-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Java 17 to build the plugin. (#294)
* Use Java 17 to build the plugin. Part of [request #30006](https://tuleap.net/plugins/tracker/?aid=30006) Build Tuleap Authentication with Java 17 No functional change expected * CI tools should build the plugin with java 17 too * bump to java 17 the Archive Plugin Artifact plugin * revert back properties files Co-authored-by: Clarck Robinson <[email protected]> Co-authored-by: Martin Goyot <[email protected]>
- Loading branch information
1 parent
f2651d9
commit 189a014
Showing
4 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
distribution: 'temurin' | ||
java-version: '8' | ||
java-version: '17' | ||
- name: Build | ||
run: mvn -Dmaven.test.skip=true -Dspotbugs.skip=true --batch-mode --show-version clean install | ||
- name: Archive | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
distribution: 'temurin' | ||
java-version: '8' | ||
java-version: '17' | ||
- name: Build | ||
run: mvn -Pjacoco clean verify --batch-mode --show-version | ||
- name: Upload coverage to Codecov | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
buildPlugin() | ||
buildPlugin( | ||
useContainerAgent: true, | ||
configurations: [ | ||
[platform: 'linux', jdk: 17], | ||
[platform: 'windows', jdk: 17], | ||
]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters