Skip to content

Commit 981dbbb

Browse files
authored
Remove vanilla maven configuration (#12)
1 parent 4f2a88e commit 981dbbb

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

assertions/build.gradle.kts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,6 @@ android {
8282
group = "org.pointyware.kass"
8383
version = libs.versions.kass.get()
8484

85-
publishing {
86-
publications {
87-
}
88-
repositories {
89-
maven {
90-
name = "GitHubPackages"
91-
url = uri("https://maven.pkg.github.com/Pointyware/Kass")
92-
credentials {
93-
username = providers.gradleProperty("github.user").get()
94-
password = providers.gradleProperty("github.token").get()
95-
}
96-
}
97-
}
98-
}
99-
10085
mavenPublishing {
10186
publishToMavenCentral()
10287

0 commit comments

Comments
 (0)