Skip to content

Commit

Permalink
Remove block-switch dependency
Browse files Browse the repository at this point in the history
Now it is fully managed by the `spring-asciidoctor-backends`
  • Loading branch information
artembilan committed Dec 7, 2023
1 parent 5187965 commit 1f34fa0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ task filterMetricsDocsContent(type: Copy) {
asciidoctorPdf {
dependsOn prepareAsciidocBuild, filterMetricsDocsContent
baseDirFollowsSourceFile()
configurations 'asciidoctorExt'

asciidoctorj {
sourceDir "$buildDir/asciidoc"
Expand Down Expand Up @@ -597,5 +596,3 @@ publishing {
}
}
}

apply from: "${rootDir}/gradle/docs.gradle"
16 changes: 0 additions & 16 deletions gradle/docs.gradle

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.gradle.enterprise' version '3.16'
id 'com.gradle.enterprise' version '3.15'
id 'io.spring.ge.conventions' version '0.0.14'
}

Expand Down

0 comments on commit 1f34fa0

Please sign in to comment.