-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Backing code text in diag messages * Bump version -> `2.0.0-SNAPSHOT.151` * Update config and `mc-java` * Bump version -> `2.0.0-SNAPSHOT.152` * Bump `mc-java` -> `2.0.0-SNAPSHOT.166` * Bump Logging -> `2.0.0-SNAPSHOT.185` * Update config ref. * Fix `BadImport` * Remove redundant code * Update dependency reports * Bump Gradle -> `7.6.2` * Update build time * Bump version -> `2.0.0-SNAPSHOT.153` * Remove commented block * Bump `base-type` -> `2.0.0-SNAPSHOT.124` * Update dependency reports * Bump gRPC -> `1.57.0` * Bump `time` -> `2.0.0-SNAPSHOT.133` * Reference Javadoc tools from `Spine` * Update dependency reports
- Loading branch information
1 parent
277f3f2
commit 281cd6d
Showing
211 changed files
with
3,668 additions
and
2,912 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
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ on: pull_request | |
|
||
jobs: | ||
build: | ||
name: Build under Windows | ||
runs-on: windows-latest | ||
|
||
steps: | ||
|
@@ -17,15 +18,18 @@ jobs: | |
distribution: zulu | ||
cache: gradle | ||
|
||
- name: Configure Pagefile | ||
uses: al-cheb/[email protected] | ||
|
||
- name: Build project and run tests | ||
shell: cmd | ||
# For the reason on `--no-daemon` see https://github.com/actions/cache/issues/454 | ||
run: gradlew.bat build --stacktrace --no-daemon | ||
|
||
# See: https://github.com/marketplace/actions/junit-report-action | ||
- name: Publish Test Report | ||
uses: mikepenz/action-junit-report@v3.5.2 | ||
uses: mikepenz/action-junit-report@v3.7.6 | ||
if: always() # always run even if the previous step fails | ||
with: | ||
report_paths: '**/build/test-results/test/TEST-*.xml' | ||
report_paths: '**/build/test-results/**/TEST-*.xml' | ||
require_tests: true # will fail workflow if test reports not found |
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 |
---|---|---|
|
@@ -9,6 +9,7 @@ on: | |
|
||
jobs: | ||
build: | ||
name: Ensure license reports updated | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
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 |
---|---|---|
|
@@ -10,6 +10,7 @@ on: | |
|
||
jobs: | ||
build: | ||
name: Check version increment | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
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.