File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change
1
+ buildscript {
2
+ configurations. classpath {
3
+ resolutionStrategy. dependencySubstitution {
4
+ // https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/679#issuecomment-2371010585
5
+ // fix dependencies (Could not find io.github.rburgst:okhttp-digest:1.10)
6
+ substitute module(' com.burgstaller:okhttp-digest' ) using module(' io.github.rburgst:okhttp-digest:1.21' )
7
+ }
8
+ }
9
+ }
10
+
1
11
plugins {
2
12
id ' org.asciidoctor.jvm.convert' version ' 3.3.2'
3
13
id ' org.asciidoctor.jvm.pdf' version ' 3.3.2'
Original file line number Diff line number Diff line change 1
- pluginManagement {
2
- repositories {
3
- // https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/679#issuecomment-2252292062
4
- maven {
5
- url " https://archiva-repository.apache.org/archiva/repository/public/"
6
- }
7
- gradlePluginPortal()
8
- mavenCentral()
9
- }
10
- }
11
-
12
1
rootProject. name = ' asciidoc-template'
You can’t perform that action at this time.
0 commit comments