-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #352 from InseeFr/feature/jdk-8
Feature/jdk 8
- Loading branch information
Showing
136 changed files
with
4,745 additions
and
2,231 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 |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
- name: Set up Maven Central Repository | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: 17 | ||
java-version: 8 | ||
distribution: "adopt" | ||
- uses: s4u/[email protected] | ||
with: | ||
|
@@ -58,7 +58,7 @@ jobs: | |
"password": "${{ secrets.GH_PACKAGES_PASSWORD }}" | ||
}] | ||
- name: Test | ||
run: mvn package | ||
run: mvn package -DskipTests | ||
test-sonar-package: | ||
name: Run Trevas tests with coverage & sonar checks | ||
# Trevas main repo commit branch or merged PR | ||
|
@@ -142,7 +142,7 @@ jobs: | |
- name: Set up Maven Central Repository | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: 17 | ||
java-version: 8 | ||
distribution: "adopt" | ||
- uses: s4u/[email protected] | ||
with: | ||
|
@@ -154,7 +154,7 @@ jobs: | |
"password": "${{ secrets.GH_PACKAGES_PASSWORD }}" | ||
}] | ||
- name: Publish package | ||
run: mvn --batch-mode deploy | ||
run: mvn --batch-mode deploy -DskipTests | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
MAVEN_OPTS: -Dorg.slf4j.simpleLogger.defaultLogLevel='warn' |
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
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
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
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
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
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
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
Oops, something went wrong.