Skip to content

Commit

Permalink
Added another Gradle dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilccbrown committed May 10, 2024
1 parent a8838f4 commit a4e18e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions greenfoot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ task greenfootJar(type: Jar) {
}
destinationDirectory = new File(sourceSets.main.output.resourcesDir, 'lib')
}
greenfootJar.dependsOn compileJava
assemble.dependsOn greenfootJar
assemble.dependsOn copyToLib

Expand Down

0 comments on commit a4e18e0

Please sign in to comment.