Skip to content

Commit cb154a2

Browse files
committed
Feature #11549
Set it as to be the setup for also Silverpeas 6.1
1 parent 5de1439 commit cb154a2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ node {
66
checkout scm
77
}
88
stage('Build and deployment') {
9-
sh "./gradlew clean test install publish -Djava.awt.headless=true"
9+
sh "./gradlew clean build publish -Djava.awt.headless=true"
1010
}
1111
}
1212
}

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ plugins {
4444

4545
description = 'The Gradle plugin to set up Silverpeas. It is used both to install or to upgrade Silverpeas.'
4646
group = 'org.silverpeas'
47-
version = '6.2-SNAPSHOT'
47+
version = '6.1-SNAPSHOT'
4848

4949

5050
/* cache management
@@ -78,6 +78,8 @@ repositories {
7878
}
7979

8080
java {
81+
sourceCompatibility = JavaVersion.VERSION_1_8
82+
targetCompatibility = JavaVersion.VERSION_1_8
8183
withSourcesJar()
8284
}
8385

0 commit comments

Comments
 (0)