Skip to content

Commit

Permalink
Fixed Gradle deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarg committed Aug 9, 2024
1 parent 3ecd76d commit 1abf347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ with(publishing) {
}
maven {
name = "myRepo"
url = uri("file://$buildDir/repo")
url = uri(layout.buildDirectory.dir("repo"))
}
}
}
Expand Down

0 comments on commit 1abf347

Please sign in to comment.