Version 1.1.1
This commit is contained in:
parent
0a9de8d863
commit
e7a6b3481c
5 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@ public class ExampleBuild extends BaseProject {
|
|||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, SONATYPE_SNAPSHOTS_LEGACY);
|
||||
|
||||
scope(compile)
|
||||
.include(dependency("net.thauvin.erik", "pinboard-poster", version(1, 1, 1, "SNAPSHOT")));
|
||||
.include(dependency("net.thauvin.erik", "pinboard-poster", version(1, 1, 1)));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
|
@ -19,5 +19,5 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'net.thauvin.erik:pinboard-poster:1.1.1-SNAPSHOT'
|
||||
implementation 'net.thauvin.erik:pinboard-poster:1.1.1'
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik:pinboard-poster:1.1.1-SNAPSHOT")
|
||||
implementation("net.thauvin.erik:pinboard-poster:1.1.1")
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue