Skip to content

Commit

Permalink
More tests with jenkins ^^'
Browse files Browse the repository at this point in the history
  • Loading branch information
kindlich committed Jul 28, 2020
1 parent 6ec5b32 commit 961c450
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ subprojects {
apply plugin: 'java'

if(name != "CraftTweaker") {
apply from: rootProject.file("common.gradle");
apply from: rootProject.file("common.gradle")
} else {
it.sourceSets.main.java.srcDirs += new File(it.projectDir, "src/generated/java")
}
}

Expand Down

0 comments on commit 961c450

Please sign in to comment.