Skip to content

Commit

Permalink
Update build.gradle: still broken
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab authored Dec 24, 2024
1 parent 10bcd51 commit 7447e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
api/implementation project(':fred')
compile project(':fred')
}

import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
Expand Down Expand Up @@ -41,7 +41,7 @@ task updateSetupFile {

file = new File("fred_deps.iss")
file.delete()
configurations.compile.resolvedConfiguration.resolvedArtifacts.each {
configurations.api.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 7447e86

Please sign in to comment.