diff --git a/wt-jetbrains-plugin/build.gradle.kts b/wt-jetbrains-plugin/build.gradle.kts index 929348a..9562065 100644 --- a/wt-jetbrains-plugin/build.gradle.kts +++ b/wt-jetbrains-plugin/build.gradle.kts @@ -1,8 +1,8 @@ import org.jetbrains.intellij.platform.gradle.TestFrameworkType plugins { - id("org.jetbrains.kotlin.jvm") version "2.3.0" - id("org.jetbrains.intellij.platform") version "2.11.0" + id("org.jetbrains.kotlin.jvm") version "2.3.20" + id("org.jetbrains.intellij.platform") version "2.13.1" } group = providers.gradleProperty("pluginGroup").get() diff --git a/wt-jetbrains-plugin/gradle/wrapper/gradle-wrapper.jar b/wt-jetbrains-plugin/gradle/wrapper/gradle-wrapper.jar index 9bbc975..d997cfc 100644 Binary files a/wt-jetbrains-plugin/gradle/wrapper/gradle-wrapper.jar and b/wt-jetbrains-plugin/gradle/wrapper/gradle-wrapper.jar differ diff --git a/wt-jetbrains-plugin/gradle/wrapper/gradle-wrapper.properties b/wt-jetbrains-plugin/gradle/wrapper/gradle-wrapper.properties index 37f78a6..c61a118 100644 --- a/wt-jetbrains-plugin/gradle/wrapper/gradle-wrapper.properties +++ b/wt-jetbrains-plugin/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/wt-jetbrains-plugin/gradlew b/wt-jetbrains-plugin/gradlew index faf9300..739907d 100755 --- a/wt-jetbrains-plugin/gradlew +++ b/wt-jetbrains-plugin/gradlew @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright © 2015-2021 the original authors. +# Copyright © 2015 the original authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -57,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. @@ -114,7 +114,6 @@ case "$( uname )" in #( NONSTOP* ) nonstop=true ;; esac -CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar # Determine the Java command to use to start the JVM. @@ -172,7 +171,6 @@ fi # For Cygwin or MSYS, switch paths to Windows format before running java if "$cygwin" || "$msys" ; then APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) - CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) JAVACMD=$( cygpath --unix "$JAVACMD" ) @@ -212,8 +210,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' set -- \ "-Dorg.gradle.appname=$APP_BASE_NAME" \ - -classpath "$CLASSPATH" \ - org.gradle.wrapper.GradleWrapperMain \ + -jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \ "$@" # Stop when "xargs" is not available. diff --git a/wt-jetbrains-plugin/gradlew.bat b/wt-jetbrains-plugin/gradlew.bat index 9b42019..e509b2d 100644 --- a/wt-jetbrains-plugin/gradlew.bat +++ b/wt-jetbrains-plugin/gradlew.bat @@ -70,11 +70,10 @@ goto fail :execute @rem Setup the command line -set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar @rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* :end @rem End local scope for the variables with windows NT shell