Downgrading Gradle wrapper in order to test another build issue
This commit is contained in:
parent
0c08ba04a7
commit
7a313da975
8 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
entitylib.`library-conventions`
|
|
||||||
entitylib.`shadow-conventions`
|
entitylib.`shadow-conventions`
|
||||||
|
entitylib.`library-conventions`
|
||||||
`el-version`
|
`el-version`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
entitylib.`library-conventions`
|
|
||||||
entitylib.`shadow-conventions`
|
entitylib.`shadow-conventions`
|
||||||
|
entitylib.`library-conventions`
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
||||||
#Mon Nov 27 02:38:48 TRT 2023
|
#Mon Nov 27 02:38:48 TRT 2023
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
entitylib.`library-conventions`
|
|
||||||
entitylib.`shadow-conventions`
|
entitylib.`shadow-conventions`
|
||||||
|
entitylib.`library-conventions`
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
entitylib.`library-conventions`
|
|
||||||
entitylib.`shadow-conventions`
|
entitylib.`shadow-conventions`
|
||||||
|
entitylib.`library-conventions`
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
entitylib.`library-conventions`
|
|
||||||
entitylib.`shadow-conventions`
|
entitylib.`shadow-conventions`
|
||||||
|
entitylib.`library-conventions`
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
entitylib.`library-conventions`
|
|
||||||
entitylib.`shadow-conventions`
|
entitylib.`shadow-conventions`
|
||||||
|
entitylib.`library-conventions`
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
entitylib.`library-conventions`
|
|
||||||
entitylib.`shadow-conventions`
|
entitylib.`shadow-conventions`
|
||||||
|
entitylib.`library-conventions`
|
||||||
alias(libs.plugins.run.paper)
|
alias(libs.plugins.run.paper)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue