File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
3939 - name : Setup Gradle wrapper if missing
4040 run : |
4141 if [ ! -f gradlew ] || [ ! -f gradle/wrapper/gradle-wrapper.jar ]; then
42- echo "Setting up Gradle wrapper for Gradle 9.2.0 ..."
42+ echo "Setting up Gradle wrapper for Gradle 8.10.2 ..."
4343 cd /tmp
44- curl -L -s -o gradle-9.2.0. zip https://services.gradle.org/distributions/gradle-9.2.0 -bin.zip
45- unzip -q gradle-9.2.0 .zip
44+ curl -L -s -o gradle-8.10.2. zip https://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
45+ unzip -q gradle-8.10.2 .zip
4646 cd $GITHUB_WORKSPACE/ide-plugins
47- /tmp/gradle-9.2.0 /bin/gradle wrapper --gradle-version 9.2.0
47+ /tmp/gradle-8.10.2 /bin/gradle wrapper --gradle-version 8.10.2
4848 chmod +x gradlew
4949 echo "Wrapper installed"
5050 fi
Original file line number Diff line number Diff line change 11plugins {
22 id(" java" )
33 id(" org.jetbrains.kotlin.jvm" ) version " 2.2.0"
4- id(" org.jetbrains.intellij" ) version " 2.1.2 "
4+ id(" org.jetbrains.intellij" ) version " 1.17.4 "
55}
66
77group = " com.picocode"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments