diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 48c1c05..a86cb61 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -57,6 +57,10 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Set up Git + run: | + git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com" + git config --global user.name "$GITHUB_ACTOR" - name: Setup JVM uses: actions/setup-java@v4 with: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 35f8b6d..e08f410 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,4 +41,4 @@ shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } versions = { id = "com.github.ben-manes.versions", version = "0.51.0" } license = { id = "com.github.hierynomus.license", version = "0.16.1" } gradle-extensions = { id = "com.github.vlsi.gradle-extensions", version = "1.90" } -nebula-release = { id = "nebula.release", version = "18.0.8" } \ No newline at end of file +nebula-release = { id = "nebula.release", version = "19.0.4" } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1af9e09..a80b22c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME