Closed rsammelson closed 4 years ago
Are you using maven to try to build it? This is a Gradle project, not Maven project
The command I used to build it was ./gradlew build
give it a try now (git pull first)
Okay, now I get:
Could not resolve all dependencies for configuration ':compileClasspath'.
> Could not find org.spigotmc:spigot:1.15.1-R0.1-SNAPSHOT.
Searched in the following locations:
https://repo1.maven.org/maven2/org/spigotmc/spigot/1.15.1-R0.1-SNAPSHOT/maven-metadata.xml
https://repo1.maven.org/maven2/org/spigotmc/spigot/1.15.1-R0.1-SNAPSHOT/spigot-1.15.1-R0.1-SNAPSHOT.pom
https://repo1.maven.org/maven2/org/spigotmc/spigot/1.15.1-R0.1-SNAPSHOT/spigot-1.15.1-R0.1-SNAPSHOT.jar
https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/spigotmc/spigot/1.15.1-R0.1-SNAPSHOT/maven-metadata.xml
https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/spigotmc/spigot/1.15.1-R0.1-SNAPSHOT/spigot-1.15.1-R0.1-SNAPSHOT.pom
https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/spigotmc/spigot/1.15.1-R0.1-SNAPSHOT/spigot-1.15.1-R0.1-SNAPSHOT.jar
https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot/1.15.1-R0.1-SNAPSHOT/maven-metadata.xml
https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot/1.15.1-R0.1-SNAPSHOT/spigot-1.15.1-R0.1-SNAPSHOT.pom
https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot/1.15.1-R0.1-SNAPSHOT/spigot-1.15.1-R0.1-SNAPSHOT.jar
file:/home/robby/.m2/repository/org/spigotmc/spigot/1.15.1-R0.1-SNAPSHOT/maven-metadata.xml
file:/home/robby/.m2/repository/org/spigotmc/spigot/1.15.1-R0.1-SNAPSHOT/spigot-1.15.1-R0.1-SNAPSHOT.pom
file:/home/robby/.m2/repository/org/spigotmc/spigot/1.15.1-R0.1-SNAPSHOT/spigot-1.15.1-R0.1-SNAPSHOT.jar
Required by:
project :
now you need to use buildtools to build spigot 1.15.1, which also installs it to your local maven repo
Okay, so the problem was that paper was putting the build in the wrong location. Also, is it possible to use 1.15.2 instead? Currently I'm getting: error: package org.bukkit does not exist
, as well as similar errors for everything under org.bukkit.
Did you use buildtools? Paper won't work for this
On Wed, Apr 1, 2020, 4:43 PM Robby Sammelson notifications@github.com wrote:
Okay, so the problem was that paper was putting the build in the wrong location. Also, is it possible to use 1.15.2 instead? Currently I'm getting: error: package org.bukkit does not exist, as well as similar errors for everything under org.bukkit.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FMicleBrick%2FExplosionRegen%2Fissues%2F16%23issuecomment-607479901&data=02%7C01%7C%7C3d7156bb20c04fa2602d08d7d67d53a3%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637213706098256438&sdata=Ph4qSwaxs7K5HMrJwbuX2M23sDHiK%2BsuM%2BNaQpN02qc%3D&reserved=0, or unsubscribe https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FABQHXNJJSWXMMQ5JZA3F3QLRKORO3ANCNFSM4LZJ2OPQ&data=02%7C01%7C%7C3d7156bb20c04fa2602d08d7d67d53a3%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637213706098256438&sdata=j6mQ2ZQejCseyOKJehP5s0Uqge7yJAvtCuHhguacXcM%3D&reserved=0 .
Okay, so I should build spigot?
I got it to build. Thanks for the help.
I am attempting to compile to project on Debian, and I get the following build error:
I'm using openjdk version 1.8.0_242, and I installed maven with apt.