When I try to build using./gradlew, it shows:
[root@mail fukkit]# ./gradlew
FAILURE: Build failed with an exception.
-
Where:
Build file '/jdk/fukkit/build.gradle.kts' line: 1
-
What went wrong:
Plugin [id: 'crusty-loom', version: '0.10.2'] was not found in any of the following sources:
BUILD FAILED in 2s
My System is CentOS7 and I use JDK17
When I try to build using./gradlew, it shows:
[root@mail fukkit]# ./gradlew
FAILURE: Build failed with an exception.
Where:
Build file '/jdk/fukkit/build.gradle.kts' line: 1
What went wrong:
Plugin [id: 'crusty-loom', version: '0.10.2'] was not found in any of the following sources:
Searched in the following repositories:
MavenLocal(file:/root/.m2/repository/)
MavenRepo
Devan(https://storage.googleapis.com/devan-maven/)
FabricMC(https://maven.fabricmc.net/)
Gradle Central Plugin Repository
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 2s
My System is CentOS7 and I use JDK17