File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
1414 id ' java'
1515 id ' java-library'
1616 id ' signing'
17- // id 'maven-publish'
17+ id ' maven-publish'
1818 id " io.github.gradle-nexus.publish-plugin" version " 1.3.0"
1919}
2020
@@ -162,16 +162,16 @@ publishing {
162162 }
163163 }
164164
165- repositories {
166- maven {
167- name = " GitHubPackages"
168- url = " https://maven.pkg.github.com/phrase/phrase-java"
169- credentials {
170- username = System . getenv(" GITHUB_ACTOR" )
171- password = System . getenv(" GITHUB_TOKEN" )
172- }
173- }
174- }
165+ // repositories {
166+ // maven {
167+ // name = "GitHubPackages"
168+ // url = "https://maven.pkg.github.com/phrase/phrase-java"
169+ // credentials {
170+ // username = System.getenv("GITHUB_ACTOR")
171+ // password = System.getenv("GITHUB_TOKEN")
172+ // }
173+ // }
174+ // }
175175}
176176
177177nexusPublishing {
You can’t perform that action at this time.
0 commit comments