Skip to content

Commit

Permalink
Use integration release instead of local snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
lacasseio committed Dec 1, 2021
1 parent 0a0494d commit b49d713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {
repositories {
jcenter()
gradlePluginPortal()
mavenLocal()
maven { url = 'https://repo.nokee.dev/snapshot' }
}

dependencies {
implementation gradleApi()
implementation platform('dev.nokee:nokee-gradle-plugins:0.5.0-SNAPSHOT')
implementation platform('dev.nokee:nokee-gradle-plugins:0.4.1229-202112011142.4a01703c')
implementation 'org.apache.httpcomponents.client5:httpclient5:5.0.1'
implementation 'com.google.guava:guava:28.2-jre'
implementation 'org.gradle:test-retry-gradle-plugin:1.1.8'
Expand Down

0 comments on commit b49d713

Please sign in to comment.