File tree Expand file tree Collapse file tree 3 files changed +6
-48
lines changed Expand file tree Collapse file tree 3 files changed +6
-48
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ plugins {
99group = " net.purefunc"
1010version = System .getenv(" GITHUB_REF_NAME" )
1111java.sourceCompatibility = JavaVersion .VERSION_11
12+ java.targetCompatibility = JavaVersion .VERSION_11
1213
1314repositories {
1415 mavenCentral()
@@ -31,17 +32,6 @@ tasks.withType<Test> {
3132}
3233
3334publishing {
34- repositories {
35- maven {
36- name = " GitHubPackages"
37- url = uri(" https://maven.pkg.github.com/PureFuncInc/emoji-jvm-string" )
38- credentials {
39- username = " Pure-Func-Inc"
40- password = System .getenv(" GITHUB_PUBLISH_TOKEN" )
41- }
42- }
43- }
44-
4535 publications {
4636 create<MavenPublication >(" maven" ) {
4737 from(components[" java" ])
Original file line number Diff line number Diff line change 1+ jdk :
2+ - openjdk11
3+ install :
4+ - ./gradlew run
5+ - ./gradlew clean install
You can’t perform that action at this time.
0 commit comments