Skip to content

Commit 94cb5c8

Browse files
committed
2025.1 build
1 parent 97ee0b3 commit 94cb5c8

5 files changed

Lines changed: 43 additions & 23 deletions

File tree

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ pluginUntilBuild = 299.*
1414

1515
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1616
platformType = IU
17-
platformVersion = 251.23774.16-EAP-SNAPSHOT
17+
platformVersion = 2025.1
1818

1919
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
2020
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
2121
platformBundledPlugins = com.intellij.java,com.jetbrains.plugins.webDeployment
22-
platformPlugins = com.jetbrains.php:251.23774.200,com.jetbrains.twig:251.23774.16,de.espend.idea.php.toolbox:6.2.0,com.intellij.modules.json:243.23654.117
22+
platformPlugins = com.jetbrains.php:251.23774.318,com.jetbrains.twig:251.23774.318,de.espend.idea.php.toolbox:6.2.0,com.intellij.modules.json:251.23774.318
2323

2424
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
2525
javaVersion = 21
2626

2727
# Gradle Releases -> https://github.com/gradle/gradle/releases
28-
gradleVersion = 8.8
28+
gradleVersion = 8.13
2929

3030
# Opt-out flag for bundling Kotlin standard library.
3131
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.

gradle/wrapper/gradle-wrapper.jar

-16 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 28 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)