Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
momo199059 committed Dec 20, 2021
1 parent c4c20e0 commit c16dbe3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions gradle/publish-shadow.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
version = versions[ARTIFACT_ID]
}

apply plugin: 'maven-publish'

publishing {
publications {
MyPublication(MavenPublication) { publication ->
Expand Down
1 change: 1 addition & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ apply plugin: 'kotlin'
apply plugin: "groovy"
apply plugin: "com.google.protobuf"
apply plugin: "com.github.johnrengelman.shadow"
apply from: rootProject.file('gradle/publish-shadow.gradle')

configurations.all {
resolutionStrategy.dependencySubstitution {
Expand Down

0 comments on commit c16dbe3

Please sign in to comment.