File tree Expand file tree Collapse file tree 1 file changed +0
-42
lines changed
grpc-spring-boot-starter-gradle-plugin Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -138,48 +138,6 @@ publishing {
138138 }
139139 }
140140 }
141- // publications {
142- // mavenJava(MavenPublication) {
143- // pom {
144- // name = 'grpc-spring-boot-starter-gradle-plugin'
145- // description = 'Configures project with grpc-spring-boot-starter'
146- // url = 'https://github.com/LogNet/grpc-spring-boot-starter'
147-
148- // scm {
149- // url = 'https://github.com/LogNet/grpc-spring-boot-starter'
150- // connection = 'scm:https://[email protected] /LogNet/grpc-spring-boot-starter.git'151- // developerConnection = 'scm:git://github.com/LogNet/grpc-spring-boot-starter.git'
152- // }
153-
154- // licenses {
155- // license {
156- // name = 'The Apache Software License, Version 2.0'
157- // url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
158- // distribution = 'repo'
159- // }
160- // }
161-
162- // developers {
163- // developer {
164- // id = 'jvmlet'
165- // name = 'Furer Alexander'
166- 167- // }
168- // }
169-
170- // }
171-
172- // from components.java
173- //
174- //
175- // artifact(sourceJar) {
176- // classifier = 'sources'
177- // }
178- // artifact(javadocJar) {
179- // classifier = 'javadoc'
180- // }
181- // }
182- // }
183141}
184142
185143signing {
You can’t perform that action at this time.
0 commit comments