@@ -143,37 +143,37 @@ publishing {
143143 }
144144 }
145145 }
146- // publications {
147- // mavenJava(MavenPublication) {
148- // pom {
149- // name = 'grpc-spring-boot-starter-gradle-plugin'
150- // description = 'Configures project with grpc-spring-boot-starter'
151- // url = 'https://github.com/LogNet/grpc-spring-boot-starter'
152- //
153- // scm {
154- // url = 'https://github.com/LogNet/grpc-spring-boot-starter'
155- // connection = 'scm:https://[email protected] /LogNet/grpc-spring-boot-starter.git'156- // developerConnection = 'scm:git://github.com/LogNet/grpc-spring-boot-starter.git'
157- // }
158- //
159- // licenses {
160- // license {
161- // name = 'The Apache Software License, Version 2.0'
162- // url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
163- // distribution = 'repo'
164- // }
165- // }
166- //
167- // developers {
168- // developer {
169- // id = 'jvmlet'
170- // name = 'Furer Alexander'
171- 172- // }
173- // }
174- //
175- // }
176- //
146+ publications {
147+ mavenJava(MavenPublication ) {
148+ pom {
149+ name = ' grpc-spring-boot-starter-gradle-plugin'
150+ description = ' Configures project with grpc-spring-boot-starter'
151+ url = ' https://github.com/LogNet/grpc-spring-boot-starter'
152+
153+ scm {
154+ url = ' https://github.com/LogNet/grpc-spring-boot-starter'
155+ connection
= ' scm:https://[email protected] /LogNet/grpc-spring-boot-starter.git' 156+ developerConnection = ' scm:git://github.com/LogNet/grpc-spring-boot-starter.git'
157+ }
158+
159+ licenses {
160+ license {
161+ name = ' The Apache Software License, Version 2.0'
162+ url = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
163+ distribution = ' repo'
164+ }
165+ }
166+
167+ developers {
168+ developer {
169+ id = ' jvmlet'
170+ name = ' Furer Alexander'
171+ 172+ }
173+ }
174+
175+ }
176+
177177// from components.java
178178//
179179//
@@ -183,8 +183,8 @@ publishing {
183183// artifact(javadocJar) {
184184// classifier = 'javadoc'
185185// }
186- // }
187- // }
186+ }
187+ }
188188}
189189
190190signing {
0 commit comments