Skip to content

Commit

Permalink
Update build.gradle: pray to Chaos
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab authored Dec 24, 2024
1 parent bf500cb commit e067435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ task updateSetupFile {

file = new File("fred_deps.iss")
file.delete()
configurations.implementation.resolvedConfiguration.resolvedArtifacts.each {
configurations.compileClasspath.resolvedConfiguration.resolvedArtifacts.each {
dep -> switch(dep.getName()) {
case "freenet":
file.append("Source: \"freenet.jar\"; DestDir: \"{app}\"; Flags: ignoreversion; AfterInstall: FreenetJarDoAfterInstall\r\n"); break;
Expand Down

0 comments on commit e067435

Please sign in to comment.