When I import the source code in Eclipse, there are so many compile time errors that involve using constructors, getters, and setters that are not defined.
I think this may be related to this error, but I’m not sure how to fix this.
When I import the source code in Eclipse, there are so many compile time errors that involve using constructors, getters, and setters that are not defined.
I think this may be related to this error, but I’m not sure how to fix this.
I was closely following the ‘Building’ instructions from the readme https://github.com/GlowstoneMC/Glowstone/blob/master/README.md
but whenever I try ./setup.sh, it fails building with this stack trace:
Failed to execute goal on project glowstone: Could not resolve dependencies for project net.glowstone:glowstone:jar:1.10.2-SNAPSHOT: Failed to collect dependencies for [net.glowstone:glowkit:jar:1.10.2-R0.1-SNAPSHOT (compile), com.flowpowered:flow-network:jar:1.1.0-SNAPSHOT (compile), jline:jline:jar:2.11 (compile), org.projectlombok:lombok:jar:1.14.8 (provided), net.sf.trove4j:trove4j:jar:3.0.3 (compile), co.aikar:fastutil-lite:jar:1.0 (compile), org.jetbrains.kotlin:kotlin-runtime:jar:1.1-SNAPSHOT (compile), org.jetbrains.kotlin:kotlin-reflect:jar:1.1-SNAPSHOT (compile), io.netty:netty-transport-native-epoll:jar:4.1.0.CR7 (compile), junit:junit:jar:4.12 (test)]: Failed to read artifact descriptor for net.glowstone:glowkit:jar:1.10.2-R0.1-SNAPSHOT: Could not transfer artifact net.glowstone:glowkit:pom:1.10.2-R0.1-SNAPSHOT from/to glowstone-snapshots (https://repo.glowstone.net/content/repositories/snapshots/ peer not authenticated -> [Help 1]
I’ve been trying to figure out how to solve this for about two weeks, but I couldn’t fix it. What can I do to fix this build failure? Thanks.