Skip to content

Commit

Permalink
Try fix for JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericpig committed Sep 3, 2024
1 parent 28d0d85 commit dc6e73f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ repositories {
//google()
}

group = 'com.esotericpig.jeso' // Must be set for publishing!
version = '0.3.8'
group = 'com.github.esotericpig' // Must be set for publishing!
version = '0.3.10'

project.ext {
author = 'Jonathan Bradley Whited'
Expand All @@ -37,12 +37,6 @@ project.ext {
javadoc.title = "${project.name.capitalize()} v${version}"
}

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}

tasks.withType(JavaCompile) {
encoding = project.encoding
sourceCompatibility = project.javaVersion
Expand Down
5 changes: 5 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
before_install:
- sdk install java 17.0.12-tem
- sdk use java 17.0.12-tem
install:
- ./gradlew build -x check -x test publishToMavenLocal

0 comments on commit dc6e73f

Please sign in to comment.