Skip to content

Commit

Permalink
Downgrading Gradle wrapper in order to test another build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram1903 committed Jul 9, 2024
1 parent 0c08ba0 commit 7a313da
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
entitylib.`library-conventions`
entitylib.`shadow-conventions`
entitylib.`library-conventions`
`el-version`
}

Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
entitylib.`library-conventions`
entitylib.`shadow-conventions`
entitylib.`library-conventions`
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Nov 27 02:38:48 TRT 2023
distributionBase=GRADLE_USER_HOME
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
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion model-engine-addon/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
entitylib.`library-conventions`
entitylib.`shadow-conventions`
entitylib.`library-conventions`
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion platforms/spigot/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
entitylib.`library-conventions`
entitylib.`shadow-conventions`
entitylib.`library-conventions`
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion platforms/standalone/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
entitylib.`library-conventions`
entitylib.`shadow-conventions`
entitylib.`library-conventions`
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion platforms/velocity/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
entitylib.`library-conventions`
entitylib.`shadow-conventions`
entitylib.`library-conventions`
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion test-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
entitylib.`library-conventions`
entitylib.`shadow-conventions`
entitylib.`library-conventions`
alias(libs.plugins.run.paper)
}

Expand Down

0 comments on commit 7a313da

Please sign in to comment.