Skip to content

Commit 2028bc8

Browse files
committed
Open the javapos-contracts dependency to snapshots too.
1 parent f49f868 commit 2028bc8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id 'signing'
1212
id 'eclipse'
1313
id 'maven-publish'
14-
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
14+
id('io.github.gradle-nexus.publish-plugin') version '1.3.0'
1515
id 'project-report'
1616
// id 'jacoco'
1717
}
@@ -28,12 +28,12 @@ wrapper {
2828

2929
def artifactName = 'javapos-controls'
3030
group = 'org.javapos'
31-
def uposVersion = '1.16' // if this version is going to be changed, first add "-SNAPSHOT" to version below
32-
// to the 'version' variable below for publishing to MavenCentral's Snapshot repo first as test
31+
def uposVersion = '1.16' // if this version is going to be changed, first add "-SNAPSHOT" to
32+
// the 'version' variable below for publishing to MavenCentral's Snapshot repo first as test
3333
version="${uposVersion}.0-SNAPSHOT" // the last part after dot is the build/release version
3434

3535
// dependency versions
36-
def javaposContractsVersion = "$uposVersion.0"
36+
def javaposContractsVersion = "$uposVersion.0+"
3737

3838

3939
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)