Skip to content

Commit b32b876

Browse files
author
Rick Chen
committed
sample: use existing plunge-gradle-plungin version from maven
Can't use version that hasn't been published yet. This is further complicated by current 1.0.1 version on MavenCentral [1] has a dependency on 1.0.0 of `nz.co.trademe.plunge:plunge-parsing` which only existed in jcenter. Once we've bootstrapped a new version of that into MavenCentral then we can get rid of the jcenter repo. [1] https://search.maven.org/artifact/nz.co.trademe.plunge/plunge-gradle-plugin/1.0.1/jar
1 parent 3321c70 commit b32b876

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sample/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ buildscript {
55
google()
66
mavenLocal()
77
mavenCentral()
8+
jcenter()
89
}
910
dependencies {
10-
classpath "nz.co.trademe.plunge:plunge-gradle-plugin:$project.ext.version"
11+
classpath "nz.co.trademe.plunge:plunge-gradle-plugin:1.0.1"
1112
}
1213
}
1314

0 commit comments

Comments
 (0)