Skip to content

Commit

Permalink
Merge pull request #258 from aloubyansky/domino-gradle-libs-repo
Browse files Browse the repository at this point in the history
Add Gradle libs-releases repository to the domino init script
  • Loading branch information
aloubyansky committed Jun 26, 2023
2 parents b31a40f + d09c182 commit 2c49164
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ private static Path generateDominoInitScript(Path projectDir) {
out.println(" repositories {");
out.println(" mavenCentral()");
out.println(" mavenLocal()");
out.println(" maven { url 'https://repo.gradle.org/gradle/libs-releases' }");
out.println(" }");
out.println(" dependencies {");
out.println(
Expand Down

0 comments on commit 2c49164

Please sign in to comment.