Skip to content

Commit 45d8964

Browse files
authored
Merge pull request #495 from IETS3/remove/githubPublication
removed ghp publication until #493 is fixed
2 parents 56cc38c + 02fa3c9 commit 45d8964

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -261,20 +261,6 @@ publishing {
261261
}
262262
}
263263
}
264-
repositories {
265-
if(currentBranch == "master" || currentBranch.startsWith("maintenance") || currentBranch.startsWith("mps")) {
266-
maven {
267-
name = "GitHubPackages"
268-
url = uri("https://maven.pkg.github.com/IETS3/iets3.opensource")
269-
if(project.hasProperty("gpr.token")) {
270-
credentials {
271-
username = project.findProperty("gpr.user")
272-
password = project.findProperty("gpr.token")
273-
}
274-
}
275-
}
276-
}
277-
}
278264

279265
publications {
280266
allScripts(MavenPublication) {

0 commit comments

Comments
 (0)