Skip to content

Commit

Permalink
Comment processResources
Browse files Browse the repository at this point in the history
  • Loading branch information
nbirillo committed Sep 8, 2023
1 parent 2ee3959 commit 8d9acd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ configure(subprojects.filter { server in it.name }) {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1")
}

tasks.named("processResources") {
dependsOn(":$gameName$frontendSuffix:build")
}
// tasks.named("processResources") {
// dependsOn(":$gameName$frontendSuffix:build")
// }

sourceSets {
getByName("main").java.srcDirs("$gameName/src/main/kotlin")
Expand Down

0 comments on commit 8d9acd5

Please sign in to comment.