Skip to content

Commit

Permalink
Shame
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Jun 9, 2023
1 parent a0b794b commit 040430e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java openjdk-18.0.2.1
java adoptopenjdk-8.0.332+9
1 change: 1 addition & 0 deletions dev-resources/bump-binaries.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[ ! -d "plugin/" ] && echo "Execute this script from the repo root" && exit 1
export JAVA_HOME=`/usr/libexec/java_home -v 1.8.0_282`
asdf local java adoptopenjdk-8.0.332+9
# Build everything
mvn -T 4.5C clean install -Dmaven.test.skip=true

Expand Down
1 change: 0 additions & 1 deletion dev-resources/spawn-test-spigot.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
asdf local java openjdk-18.0.2.1
export JAVA_HOME=`/usr/libexec/java_home -v 17`
mkdir -p test-server-spigot/plugins/
mkdir -p test-server-spigot/plugins/OpenAudioMc/
Expand Down
2 changes: 1 addition & 1 deletion modules/jutils/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
</plugins>
</build>
<properties>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
</project>

0 comments on commit 040430e

Please sign in to comment.