Skip to content

Commit

Permalink
Oops fixes building.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew121410 committed Aug 11, 2024
1 parent 56a3205 commit 163ba55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allprojects {
subprojects {
apply(plugin = "java-library")
apply(plugin = "io.freefair.lombok")
apply(plugin = "io.github.goooler.shadow")
apply(plugin = "com.gradleup.shadow")

repositories {
mavenCentral()
Expand Down

0 comments on commit 163ba55

Please sign in to comment.