Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wetransform-os/alice
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 924d857f8cedd0448ba11e5143a2900f3a0ad5be
Choose a base ref
..
head repository: wetransform-os/alice
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5b5c963c5e30897bbcbadaa26f9c0e187a6b43f9
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +1 −1 .github/workflows/tf-check.yml
  2. +1 −1 .github/workflows/tf-publish.yml
  3. +1 −1 .github/workflows/tf-release.yml
  4. +1 −1 build.gradle
  5. +1 −1 gradle/wrapper/gradle-wrapper.properties
2 changes: 1 addition & 1 deletion .github/workflows/tf-check.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ on:

jobs:
check:
uses: wetransform/gha-workflows/.github/workflows/gradle-library-check.yml@61717b8c3687e36efffa44e2e405f477e2be2323 # v3.1.1
uses: wetransform/gha-workflows/.github/workflows/gradle-library-check.yml@2f8e5673288ba481e00636336b3e4e71628c9bd3 # v3.3.0
with:
java-version: 11
multi-module: true
2 changes: 1 addition & 1 deletion .github/workflows/tf-publish.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
# Only on main repository (don't publish on forks)
if: github.repository_owner == 'wetransform-os'

uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@61717b8c3687e36efffa44e2e405f477e2be2323 # v3.1.1
uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@2f8e5673288ba481e00636336b3e4e71628c9bd3 # v3.3.0
with:
java-version: 11
multi-module: true
2 changes: 1 addition & 1 deletion .github/workflows/tf-release.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
# Only on main repository (don't release on forks)
if: github.repository_owner == 'wetransform-os'

uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@61717b8c3687e36efffa44e2e405f477e2be2323 # v3.1.1
uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@2f8e5673288ba481e00636336b3e4e71628c9bd3 # v3.3.0
with:
semantic-release-dryrun: ${{ inputs.dryRun }}
java-version: 11
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -12,5 +12,5 @@ buildscript {

tasks.wrapper {
distributionType = Wrapper.DistributionType.ALL
gradleVersion = '8.11'
gradleVersion = '8.11.1'
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME