-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build fix amalgamation and dep upgrades (#1150)
* update to java 17 for GHA * upgrade gradle to 8.0.2 * upgrade nexus publish * upgrade shadow jar version * update protobuf-bom * update proto * Update buildSrc/build.gradle.kts Co-authored-by: Mateusz Rzeszutek <[email protected]> * revert * Remove test sets plugin * fix khttp test --------- Co-authored-by: Mateusz Rzeszutek <[email protected]>
- Loading branch information
1 parent
3f3aba0
commit 607d270
Showing
13 changed files
with
105 additions
and
71 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 |
---|---|---|
|
@@ -36,11 +36,11 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
|
||
- name: Set up JDK 11 for running Gradle | ||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
with: | ||
distribution: adopt | ||
java-version: 11.0.11+9 | ||
distribution: temurin | ||
java-version: 17 | ||
|
||
- name: Cache Gradle Wrapper | ||
uses: actions/[email protected] | ||
|
@@ -59,11 +59,11 @@ jobs: | |
- name: Check out repository | ||
uses: actions/[email protected] | ||
|
||
- name: Set up JDK 11 for running Gradle | ||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
with: | ||
distribution: adopt | ||
java-version: 11.0.11+9 | ||
distribution: temurin | ||
java-version: 17 | ||
|
||
- name: Cache Gradle Wrapper | ||
uses: actions/[email protected] | ||
|
@@ -84,11 +84,11 @@ jobs: | |
- name: Check out repository | ||
uses: actions/[email protected] | ||
|
||
- name: Set up JDK 11 for running Gradle | ||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
with: | ||
distribution: adopt | ||
java-version: 11.0.11+9 | ||
distribution: temurin | ||
java-version: 17 | ||
|
||
- name: Cache Gradle Wrapper | ||
uses: actions/[email protected] | ||
|
@@ -122,11 +122,11 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
|
||
- name: Set up JDK 11 for running Gradle | ||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
with: | ||
distribution: adopt | ||
java-version: 11.0.11+9 | ||
distribution: temurin | ||
java-version: 17 | ||
|
||
- name: Cache Gradle Wrapper | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -11,11 +11,11 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
|
||
- name: Set up JDK 11 for running Gradle | ||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
with: | ||
distribution: adopt | ||
java-version: 11.0.11+9 | ||
distribution: temurin | ||
java-version: 17 | ||
|
||
- name: Cache Gradle Wrapper | ||
uses: actions/[email protected] | ||
|
@@ -34,11 +34,11 @@ jobs: | |
- name: Check out repository | ||
uses: actions/[email protected] | ||
|
||
- name: Set up JDK 11 for running Gradle | ||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
with: | ||
distribution: adopt | ||
java-version: 11.0.11+9 | ||
distribution: temurin | ||
java-version: 17 | ||
|
||
- name: Cache Gradle Wrapper | ||
uses: actions/[email protected] | ||
|
@@ -59,11 +59,11 @@ jobs: | |
- name: Check out repository | ||
uses: actions/[email protected] | ||
|
||
- name: Set up JDK 11 for running Gradle | ||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
with: | ||
distribution: adopt | ||
java-version: 11.0.11+9 | ||
distribution: temurin | ||
java-version: 17 | ||
|
||
- name: Cache Gradle Wrapper | ||
uses: actions/[email protected] | ||
|
@@ -97,11 +97,11 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
|
||
- name: Set up JDK 11 for running Gradle | ||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
with: | ||
distribution: adopt | ||
java-version: 11.0.11+9 | ||
distribution: temurin | ||
java-version: 17 | ||
|
||
- name: Cache Gradle Wrapper | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -33,11 +33,11 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
|
||
- name: Set up JDK 11 for running Gradle | ||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
with: | ||
distribution: adopt | ||
java-version: 11.0.11+9 | ||
distribution: temurin | ||
java-version: 17 | ||
|
||
- name: Cache Gradle Wrapper | ||
uses: actions/[email protected] | ||
|
@@ -56,11 +56,11 @@ jobs: | |
- name: Check out repository | ||
uses: actions/[email protected] | ||
|
||
- name: Set up JDK 11 for running Gradle | ||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
with: | ||
distribution: adopt | ||
java-version: 11.0.11+9 | ||
distribution: temurin | ||
java-version: 17 | ||
|
||
- name: Cache Gradle Wrapper | ||
uses: actions/[email protected] | ||
|
@@ -81,11 +81,11 @@ jobs: | |
- name: Check out repository | ||
uses: actions/[email protected] | ||
|
||
- name: Set up JDK 11 for running Gradle | ||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
with: | ||
distribution: adopt | ||
java-version: 11.0.11+9 | ||
distribution: temurin | ||
java-version: 17 | ||
|
||
- name: Cache Gradle Wrapper | ||
uses: actions/[email protected] | ||
|
@@ -119,11 +119,11 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
|
||
- name: Set up JDK 11 for running Gradle | ||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
with: | ||
distribution: adopt | ||
java-version: 11.0.11+9 | ||
distribution: temurin | ||
java-version: 17 | ||
|
||
- name: Cache Gradle Wrapper | ||
uses: actions/[email protected] | ||
|
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,6 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip | ||
distributionSha256Sum=ff7bf6a86f09b9b2c40bb8f48b25fc19cf2b2664fd1d220cd7ab833ec758d0d7 | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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