Skip to content

Commit

Permalink
fix: testmod causing build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
JustPyrrha committed Jul 20, 2024
1 parent 12116b5 commit 5d6e72e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,8 @@ val enableDCEVM: Boolean =

val testmod: SourceSet by
sourceSets.creating {
compileClasspath += sourceSets.main.get().compileClasspath
runtimeClasspath += sourceSets.main.get().runtimeClasspath

dependencies { implementation(sourceSets.main.get().output) }
compileClasspath += sourceSets.main.get().output
runtimeClasspath += sourceSets.main.get().output
}

loom {
Expand Down

0 comments on commit 5d6e72e

Please sign in to comment.