Skip to content

Commit

Permalink
make gradle somewhat consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
iiAhmedYT committed Sep 29, 2024
1 parent 96b93fa commit d99242d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion adventure/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'java-library'
id "java-library"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion brigadier/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'java'
id "java"
}

repositories {
Expand Down
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import com.vanniktech.maven.publish.SonatypeHost

plugins {
id 'java-library'
id("com.vanniktech.maven.publish") version "0.29.0"
id "java-library"
id "com.vanniktech.maven.publish" version "0.29.0"
}

allprojects {
Expand All @@ -28,10 +28,6 @@ allprojects {
BUNGEE : "platform-bungeecord",
SPONGE : "platform-spongeapi"
]

lombok = {
return 'org.projectlombok:lombok:1.18.34'
}
}
}

Expand Down

0 comments on commit d99242d

Please sign in to comment.