File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import java.io.IOException
33plugins {
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- */
You can’t perform that action at this time.
0 commit comments