Skip to content

Commit

Permalink
Make sure GDSL is actually in the JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Oct 21, 2020
1 parent a806202 commit b8f2279
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ dependencies {

jar {
from "${rootProject.rootDir}/buildSrc/build/classes/groovy/main"
from("${rootProject.rootDir}/buildSrc/src/main/groovy") {
include '**/*.gdsl'
}
}

System.setProperty("gradle.publish.key", System.getenv("GRADLE_PUBLISH_KEY") ?: "")
Expand Down

0 comments on commit b8f2279

Please sign in to comment.