Skip to content

Commit

Permalink
build: fix groovydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Jun 20, 2024
1 parent 95053a0 commit be501f8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,6 @@ task packageJavadoc(type: Jar, dependsOn: 'groovydoc') {
archiveClassifier = 'javadoc'
}

// groovydoc task work-around
configurations {
jansi.extendsFrom(runtime)
}
groovydoc {
groovyClasspath = project.configurations.jansi
}
dependencies {
jansi 'org.fusesource.jansi:jansi:2.4.1'
}

// package source into a jar file
task packageSources(type: Jar) {
from sourceSets.main.allSource
Expand Down

0 comments on commit be501f8

Please sign in to comment.