Skip to content

Commit

Permalink
build: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 17, 2020
1 parent bb98c31 commit 48b6af0
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions gradle/chapi-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,3 @@ task javadocJar(type: Jar) {
from javadoc
}

//
//publishing {
// publications {
// register("jar", MavenPublication) {
// from(components["java"])
// pom {
// groupId = "com.phodal"
// artifactId = "chapi"
// version = "0.0.1"
//// description = provider { project.description }
// inceptionYear = '2020`'
// licenses {
// license {
// name = 'MPL 2.0'
// url = 'https://github.com/phodal/chapi/blob/master/LICENSE'
// }
// }
// organization {
// name = 'Phodal Huang'
// url = 'https://www.phodal.com'
// }
// url.set("https://github.com/phodal/chapi.git")
// }
// }
// }
//}

0 comments on commit 48b6af0

Please sign in to comment.