Skip to content

Commit e5a863f

Browse files
committed
gradle upgrade.
1 parent 00563d7 commit e5a863f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ BuildStrongswan:
181181
- export PATH=$JAVA_HOME/bin:$PATH
182182

183183
# Install Gradle
184-
- GRADLE_VERSION=8.5
184+
- GRADLE_VERSION=8.7
185185
- wget https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip
186186
- unzip gradle-${GRADLE_VERSION}-bin.zip -d /opt/gradle
187187
- export PATH="/opt/gradle/gradle-${GRADLE_VERSION}/bin:$PATH"

0 commit comments

Comments
 (0)