Skip to content

Commit

Permalink
Merged in jdktest (pull request #653)
Browse files Browse the repository at this point in the history
NOJIRA
  • Loading branch information
chasegawa committed Apr 10, 2023
2 parents 83fc143 + 1423a96 commit 4e0e8aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
pipeline {
agent any
tools{
jdk 'JDK11'
}
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ postgresVersion=42.3.4
sqlserverVersion=9.4.1.jre11

org.gradle.jvmargs=-Xmx1g -XX:-UseGCOverheadLimit
org.gradle.console=verbose
#org.gradle.console=verbose

# set token in personal global
i2.github.token=
Expand Down

0 comments on commit 4e0e8aa

Please sign in to comment.