Skip to content

Commit

Permalink
Rename Gradle convention plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Jun 21, 2024
1 parent 233d522 commit 21e5042
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.viaversion.java-conventions"
id "vr.java-conventions"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.viaversion.java-conventions"
id "vr.java-conventions"
}

plugins {
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.viaversion.java-conventions"
id "vr.java-conventions"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion velocity/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.viaversion.java-conventions"
id "vr.java-conventions"
}

dependencies {
Expand Down

0 comments on commit 21e5042

Please sign in to comment.