Skip to content

Commit

Permalink
Fix error on build
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed Jan 24, 2024
1 parent fbc8c12 commit f691e8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ allprojects {
testImplementation(libs.fawe.bukkit)
}

publishData {
useInternalEldoNexusRepos()
}

tasks {
compileJava {
options.encoding = "UTF-8"
Expand Down

0 comments on commit f691e8d

Please sign in to comment.