Skip to content

Commit

Permalink
Remove the unused plugin and remove the github pipeline `publish-grav…
Browse files Browse the repository at this point in the history
…itino`
  • Loading branch information
yuqi1129 committed Oct 25, 2023
1 parent e6f9982 commit 7eb07f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/publish-gravitino.yml

This file was deleted.

11 changes: 0 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ plugins {
alias(libs.plugins.gradle.extensions)
alias(libs.plugins.spotless)
alias(libs.plugins.publish)
id("org.jetbrains.dokka") version "1.9.10"
// Apply one top level rat plugin to perform any required license enforcement analysis
alias(libs.plugins.rat)
id("com.github.jk1.dependency-license-report") version "2.5"
Expand All @@ -47,18 +46,8 @@ allprojects {
mavenCentral()
mavenLocal()
}

tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
dokkaSourceSets {
configureEach {
reportUndocumented.set(false)
}
}
}
}

apply(plugin = "io.github.gradle-nexus.publish-plugin")

nexusPublishing {
repositories {
sonatype {
Expand Down

0 comments on commit 7eb07f3

Please sign in to comment.