Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyces committed Jun 2, 2024
1 parent feeabdb commit 612d144
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions testmods/neo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ dependencies {
parchment("org.parchmentmc.data:parchment-${libs.versions.parchment.mc.get()}:${libs.versions.parchment.release.get()}@zip")
})

implementation("dev.dhyces.trimmed:trimmed-neo-1.20.6:2.1.4")
// compileOnly(project(":common"))
// compileOnly(project(":neo"))
// neoJava(project(path = ":neo", configuration = "neoJava"))
// neoResources(project(path = ":neo", configuration = "neoResources"))
// implementation("dev.dhyces.trimmed:trimmed-neo-1.20.6:2.1.4")
compileOnly(project(":common"))
compileOnly(project(":neo"))
neoJava(project(path = ":neo", configuration = "neoJava"))
neoResources(project(path = ":neo", configuration = "neoResources"))
}

tasks.named<JavaCompile>("compileJava") {
Expand Down

0 comments on commit 612d144

Please sign in to comment.