-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Standardize builds Issues: IN-440 * Align Gradle version Issues: IN-440 * Align Gradle build with standard Issues: IN-440 * Update to JDK 17 (LTS) Issues: IN-440 * Setting executable for tests dos not work with gradle 7.6 Issues: IN-440 --------- Co-authored-by: Michel Hartmann <[email protected]>
- Loading branch information
1 parent
6155f0b
commit 9dcfd29
Showing
8 changed files
with
84 additions
and
68 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 |
---|---|---|
@@ -1,8 +1,15 @@ | ||
version: 2 | ||
updates: | ||
- directory: / | ||
schedule: | ||
interval: daily | ||
package-ecosystem: gradle | ||
schedule: | ||
interval: weekly | ||
assignees: | ||
- MichelHartmann | ||
- meiXXI | ||
- directory: / | ||
package-ecosystem: github-actions | ||
schedule: | ||
interval: weekly | ||
assignees: | ||
- MichelHartmann | ||
- MichelHartmann |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Pull-Request | ||
|
||
# This build process is triggered in case a new pull request on master has been created. | ||
# This process takes the latest changes of the branch, and build and test the new version. The process's aim is to | ||
# check validity of changes prior to merging to master. | ||
|
||
on: | ||
pull_request: | ||
branches: [ main ] | ||
|
||
jobs: | ||
call-workflow: | ||
name: 🏭 | ||
uses: cip4/.github/.github/workflows/pull-request.yml@master | ||
with: | ||
java-version: 17 | ||
codecov-enabled: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |