ci: Update gradle, buildscript, and gitattrs

This commit is contained in:
FalsePattern 2024-09-20 10:19:48 +02:00
parent 7424d018c3
commit f256882d72
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23
5 changed files with 48 additions and 5 deletions

45
.gitattributes vendored
View file

@ -1 +1,44 @@
* text=auto eol=lf * text=auto eol=lf
*.[jJ][aA][rR] binary
*.[pP][nN][gG] binary
*.[jJ][pP][gG] binary
*.[jJ][pP][eE][gG] binary
*.[gG][iI][fF] binary
*.[tT][iI][fF] binary
*.[tT][iI][fF][fF] binary
*.[iI][cC][oO] binary
*.[sS][vV][gG] text
*.[eE][pP][sS] binary
*.[xX][cC][fF] binary
*.[kK][aA][rR] binary
*.[mM]4[aA] binary
*.[mM][iI][dD] binary
*.[mM][iI][dD][iI] binary
*.[mM][pP]3 binary
*.[oO][gG][gG] binary
*.[rR][aA] binary
*.7[zZ] binary
*.[gG][zZ] binary
*.[tT][aA][rR] binary
*.[tT][gG][zZ] binary
*.[zZ][iI][pP] binary
*.[tT][cC][nN] binary
*.[sS][oO] binary
*.[dD][lL][lL] binary
*.[dD][yY][lL][iI][bB] binary
*.[pP][sS][dD] binary
*.[tT][tT][fF] binary
*.[oO][tT][fF] binary
*.[pP][aA][tT][cC][hH] -text
*.[bB][aA][tT] text eol=crlf
*.[cC][mM][dD] text eol=crlf
*.[pP][sS]1 text eol=crlf
*[aA][uU][tT][oO][gG][eE][nN][eE][rR][aA][tT][eE][dD]* binary

View file

@ -14,7 +14,7 @@ plugins {
java java
`maven-publish` `maven-publish`
`java-library` `java-library`
id("org.jetbrains.intellij.platform") version("2.0.0") id("org.jetbrains.intellij.platform") version("2.0.1")
id("org.jetbrains.changelog") version("2.2.1") id("org.jetbrains.changelog") version("2.2.1")
id("org.jetbrains.grammarkit") version("2022.3.2.2") id("org.jetbrains.grammarkit") version("2022.3.2.2")
id("de.undercouch.download") version("5.6.0") id("de.undercouch.download") version("5.6.0")
@ -173,7 +173,7 @@ allprojects {
withType<PatchPluginXmlTask> { withType<PatchPluginXmlTask> {
sinceBuild = properties("pluginSinceBuild") sinceBuild = properties("pluginSinceBuild")
untilBuild = properties("pluginUntilBuild") untilBuild = properties("pluginUntilBuild").map { it.ifBlank { null } }
} }
} }
intellijPlatform { intellijPlatform {

View file

@ -14,7 +14,7 @@ clionVersion=242-EAP-SNAPSHOT
pluginVersion=17.1.1-dev pluginVersion=17.1.1-dev
# Gradle Releases -> https://github.com/gradle/gradle/releases # Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion=8.9 gradleVersion=8.10.1
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html # Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
# TODO grammarkit breaks with this # TODO grammarkit breaks with this

Binary file not shown.

View file

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME