mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-11-27 04:35:17 +01:00
Tentative JitPack build fix
This commit is contained in:
parent
58d8edf48e
commit
2502f3b442
@ -3,7 +3,7 @@ import java.io.IOException
|
||||
plugins {
|
||||
java
|
||||
`java-library`
|
||||
//`maven-publish`
|
||||
`maven-publish`
|
||||
id("com.diffplug.spotless") version "6.1.2"
|
||||
}
|
||||
|
||||
@ -94,25 +94,3 @@ tasks.processResources {
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
name = "GitHubPackages"
|
||||
url = uri("https://maven.pkg.github.com/BlueMap-Minecraft/BlueMapAPI")
|
||||
credentials {
|
||||
username = project.findProperty("gpr.user") as String? ?: System.getenv("GITHUB_USERNAME")
|
||||
password = project.findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
publications {
|
||||
register<MavenPublication>("gpr") {
|
||||
from(components["java"])
|
||||
artifactId = "bluemap_api"
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user