Skip to content

Commit

Permalink
Fix incompatibilities with Gradle 7.x (#69)
Browse files Browse the repository at this point in the history
Fix "java.lang.IllegalStateException: Module entity with name: sonar.bukkit should be available"
  • Loading branch information
xism4 authored Oct 20, 2023
1 parent a2e252a commit 343d71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = "Sonar"
rootProject.name = "sonar"

sequenceOf("api", "bukkit", "bungee", "common", "velocity").forEach {
val path = "sonar-$it"
Expand Down

0 comments on commit 343d71d

Please sign in to comment.