Skip to content

Commit

Permalink
cleanups [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Furer committed Jun 20, 2021
1 parent 44b6925 commit 26b4944
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions grpc-spring-boot-starter-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,48 +138,6 @@ publishing {
}
}
}
// publications {
// mavenJava(MavenPublication) {
// pom {
// name = 'grpc-spring-boot-starter-gradle-plugin'
// description = 'Configures project with grpc-spring-boot-starter'
// url = 'https://github.com/LogNet/grpc-spring-boot-starter'

// scm {
// url = 'https://github.com/LogNet/grpc-spring-boot-starter'
// connection = 'scm:https://LogNet@github.com/LogNet/grpc-spring-boot-starter.git'
// developerConnection = 'scm:git://github.com/LogNet/grpc-spring-boot-starter.git'
// }

// licenses {
// license {
// name = 'The Apache Software License, Version 2.0'
// url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
// distribution = 'repo'
// }
// }

// developers {
// developer {
// id = 'jvmlet'
// name = 'Furer Alexander'
// email = 'furer.alexander@gmail.com'
// }
// }

// }

// from components.java
//
//
// artifact(sourceJar) {
// classifier = 'sources'
// }
// artifact(javadocJar) {
// classifier = 'javadoc'
// }
// }
// }
}

signing {
Expand Down

0 comments on commit 26b4944

Please sign in to comment.