Skip to content

Commit

Permalink
Added some more Gradle dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilccbrown committed May 10, 2024
1 parent e0cbc85 commit a8838f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions greenfoot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ assemble.dependsOn copyLibToBuild
assemble.dependsOn copyImagelibToBuild
assemble.dependsOn copyGreenfootIcon1
assemble.dependsOn copyGreenfootIcon2
jar.dependsOn copyLibToBuild
jar.dependsOn copyImagelibToBuild
jar.dependsOn copyGreenfootIcon1
jar.dependsOn copyGreenfootIcon2

task copyToLib(type: Copy) {
into new File(sourceSets.main.output.resourcesDir, 'lib')
Expand Down

0 comments on commit a8838f4

Please sign in to comment.