Skip to content

Commit d351b1f

Browse files
committed
Disable publishing to GitHub Packages for now
1 parent cc3e22b commit d351b1f

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

build.gradle.kts

Lines changed: 3 additions & 1 deletion
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

@@ -95,6 +95,7 @@ tasks.processResources {
9595
}
9696
}
9797

98+
/*
9899
publishing {
99100
repositories {
100101
maven {
@@ -114,3 +115,4 @@ publishing {
114115
}
115116
}
116117
}
118+
*/

0 commit comments

Comments
 (0)