Skip to content

Commit 26b4944

Browse files
author
Alexander Furer
committed
cleanups [ci skip]
1 parent 44b6925 commit 26b4944

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

grpc-spring-boot-starter-gradle-plugin/build.gradle

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff 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-
// email = '[email protected]'
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

185143
signing {

0 commit comments

Comments
 (0)