File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2929def artifactName = ' javapos-controls'
3030group = ' 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
3333version= " ${ 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// /////////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments