Skip to content

Commit

Permalink
settings.gradle: add "dependencies" as maven repo
Browse files Browse the repository at this point in the history
Otherwise the flatpak-gradle-generator plugin is not found in the
flatpak environment.
  • Loading branch information
mwilck committed Sep 29, 2024
1 parent a57d4a3 commit 8145078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pluginManagement {
repositories {
maven { url="app/build/dependencies" }
maven { url="dependencies" }
gradlePluginPortal()
}
}
Expand Down

0 comments on commit 8145078

Please sign in to comment.