Skip to content

Commit 2502f3b

Browse files
committed
Tentative JitPack build fix
1 parent 58d8edf commit 2502f3b

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

build.gradle.kts

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import java.io.IOException
33
plugins {
44
java
55
`java-library`
6-
//`maven-publish`
6+
`maven-publish`
77
id("com.diffplug.spotless") version "6.1.2"
88
}
99

@@ -94,25 +94,3 @@ tasks.processResources {
9494
)
9595
}
9696
}
97-
98-
/*
99-
publishing {
100-
repositories {
101-
maven {
102-
name = "GitHubPackages"
103-
url = uri("https://maven.pkg.github.com/BlueMap-Minecraft/BlueMapAPI")
104-
credentials {
105-
username = project.findProperty("gpr.user") as String? ?: System.getenv("GITHUB_USERNAME")
106-
password = project.findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
107-
}
108-
}
109-
}
110-
111-
publications {
112-
register<MavenPublication>("gpr") {
113-
from(components["java"])
114-
artifactId = "bluemap_api"
115-
}
116-
}
117-
}
118-
*/

0 commit comments

Comments
 (0)