Skip to content

Commit

Permalink
Fix gradle error
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven committed Feb 7, 2024
1 parent 5dc2075 commit 2a47599
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions addon.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ tasks.named("compileHotswapJava", JavaCompile).configure {
targetCompatibility = JavaVersion.VERSION_17
}

tasks.named("compileHotswapScala").configure {
enabled = false
}

repositories {
mavenCentral()
}
Expand Down

0 comments on commit 2a47599

Please sign in to comment.