File tree Expand file tree Collapse file tree 1 file changed +10
-18
lines changed Expand file tree Collapse file tree 1 file changed +10
-18
lines changed Original file line number Diff line number Diff line change @@ -130,25 +130,17 @@ bintray {
130
130
publish = true
131
131
}
132
132
133
- // val javadoc = tasks.named("javadoc")
134
- // val javadocJar by tasks.creating(Jar::class) {
135
- // group = JavaBasePlugin.DOCUMENTATION_GROUP
136
- // description = "Assembles java doc to jar"
137
- // archiveClassifier.set("javadoc")
138
- // from(javadoc)
139
- // }
140
-
141
133
publishing {
142
- // repositories {
143
- // maven {
144
- // name = "GitHubPackages"
145
- // url = uri("https://maven.pkg.github.com/$githubUsername/$repoName")
146
- // credentials {
147
- // username = System.getenv("GITHUB_USERNAME") ?: project.findProperty("gpr.user") as String?
148
- // password = System.getenv("GITHUB_TOKEN") ?: project.findProperty("gpr.key") as String?
149
- // }
150
- // }
151
- // }
134
+ repositories {
135
+ maven {
136
+ name = " GitHubPackages"
137
+ url = uri(" https://maven.pkg.github.com/$githubUsername /$repoName " )
138
+ credentials {
139
+ username = System .getenv(" GITHUB_USERNAME" ) ? : project.findProperty(" gpr.user" ) as String?
140
+ password = System .getenv(" GITHUB_TOKEN" ) ? : project.findProperty(" gpr.key" ) as String?
141
+ }
142
+ }
143
+ }
152
144
153
145
publications {
154
146
register<MavenPublication >(" release" ) {
You can’t perform that action at this time.
0 commit comments