Skip to content

Commit

Permalink
try another configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewparmet committed Oct 11, 2022
1 parent 9b1c2ee commit a6f1d8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ configure<JavaPluginExtension> {
}

gradlePlugin {
isAutomatedPublishing = false

plugins {
create("buf") {
id = "com.parmet.buf"
Expand Down
7 changes: 0 additions & 7 deletions buildSrc/src/main/kotlin/ConfigurePublishing.kt
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ fun Project.configurePublishing() {
withSourcesJar()
}

tasks.register<Jar>("javadocJar") {
from("$rootDir/README.md")
archiveClassifier.set("javadoc")
}

if (isRelease()) {
apply(plugin = "signing")

Expand All @@ -92,8 +87,6 @@ fun Project.configurePublishing() {
publications {
create<MavenPublication>("main") {
from(components.getByName("java"))
artifact(tasks.getByName("javadocJar"))

artifactId = project.name
version = project.version.toString()
groupId = project.group.toString()
Expand Down

0 comments on commit a6f1d8c

Please sign in to comment.