Skip to content

Commit a3d8e45

Browse files
authored
Update build.gradle
1 parent 94af274 commit a3d8e45

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

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

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

190190
signing {

0 commit comments

Comments
 (0)