Skip to content

Commit

Permalink
Try slightly different jfrog import
Browse files Browse the repository at this point in the history
  • Loading branch information
snf2ye committed Jun 23, 2023
1 parent d0cc905 commit ffbbc44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ plugins {
}

repositories {
mavenCentral()
maven {
url 'https://broadinstitute.jfrog.io/artifactory/plugins-snapshot'
url 'https://broadinstitute.jfrog.io/broadinstitute/libs-release-local/'
}
maven {
url 'https://broadinstitute.jfrog.io/broadinstitute/libs-snapshot-local/'
}
gradlePluginPortal()
}
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'bio.terra.java-library-conventions'
id 'maven-publish'
id 'io.spring.dependency-management'
id 'com.jfrog.artifactory' version '4.18.2'
id 'com.jfrog.artifactory' version '4.32.0'
// required by java-library-conventions
id 'org.hidetake.swagger.generator'
}
Expand Down

0 comments on commit ffbbc44

Please sign in to comment.