Skip to content

Commit fb4b77a

Browse files
committed
Some build file clean up
after conflict resolution during rebase didn't went well.
1 parent 49a7bb7 commit fb4b77a

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
}
1717

@@ -25,8 +25,8 @@ wrapper {
2525

2626
def artifactName = 'javapos-contracts'
2727
group='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
3030
version="${uposVersion}.0-SNAPSHOT" // the last part after dot is the build/release version
3131

3232
///////////////////////////////////////////////////////////////////////////////
@@ -58,7 +58,7 @@ java {
5858
}
5959

6060
javadoc {
61-
maxMemory = '512m'
61+
maxMemory = '4096m'
6262
}
6363

6464
jar {

0 commit comments

Comments
 (0)