Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
}

java {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
sourceCompatibility = JavaVersion.VERSION_25
targetCompatibility = JavaVersion.VERSION_25

withSourcesJar()
withJavadocJar()
Expand All @@ -20,7 +20,7 @@ publishing {
publications.create<MavenPublication>("maven") {
groupId = "ca.atlasengine"
artifactId = "atlas-projectiles"
version = "2.1.5"
version = "2.1.6"

from(components["java"])
}
Expand All @@ -38,13 +38,14 @@ publishing {
}

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2")

compileOnly("net.minestom:minestom-snapshots:b39badc77b")
testImplementation("net.minestom:minestom-snapshots:b39badc77b")
compileOnly("net.minestom:minestom:2026.01.01-1.21.11")
testImplementation("net.minestom:minestom:2026.01.01-1.21.11")
}

tasks.getByName<Test>("test") {
useJUnitPlatform()
enabled = false
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 4 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#Sat May 18 14:50:15 EDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionSha256Sum=72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
50 changes: 32 additions & 18 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 22 additions & 18 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.