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}
1717
@@ -25,8 +25,8 @@ wrapper {
2525
2626def artifactName = ' javapos-contracts'
2727group= ' org.javapos'
28- def uposVersion = ' 1.16' // if this version is going to be changed, first add "-SNAPSHOT" to version below
29- // to the 'version' variable below for publishing to MavenCentral's Snapshot repo first as test
28+ def uposVersion = ' 1.16' // if this version is going to be changed, first add "-SNAPSHOT" to
29+ // the 'version' variable below for publishing to MavenCentral's Snapshot repo first as test
3030version= " ${ uposVersion} .0-SNAPSHOT" // the last part after dot is the build/release version
3131
3232// /////////////////////////////////////////////////////////////////////////////
5858}
5959
6060javadoc {
61- maxMemory = ' 512m '
61+ maxMemory = ' 4096m '
6262}
6363
6464jar {
You can’t perform that action at this time.
0 commit comments