Skip to content

Commit cbb0298

Browse files
committed
CI: removed username and password
1 parent 44c4298 commit cbb0298

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,6 @@ mavenPublishing {
135135
}
136136
}
137137
}
138-
mavenCentral {
139-
credentials {
140-
username = System.getenv("SONATYPE_USER") ?: localProperties["sonatype.user"] as String?
141-
password = System.getenv("SONATYPE_PASSWORD") ?: localProperties["sonatype.password"] as String?
142-
}
143-
}
144138
mavenLocal()
145139
}
146140
coordinates(group.toString(), nameStr, versionStr)

0 commit comments

Comments
 (0)