Skip to content

Commit

Permalink
Final (candidate) TF-1A RI Info Content
Browse files Browse the repository at this point in the history
First full pass through RI for 1.4 content.
  • Loading branch information
ToddCooper committed Sep 17, 2024
1 parent d384631 commit 605b62c
Show file tree
Hide file tree
Showing 15 changed files with 1,888 additions and 70 deletions.
6 changes: 4 additions & 2 deletions .ci/asciidoc-converter/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import org.jetbrains.kotlin.gradle.dsl.JvmTarget

plugins {
java
Expand Down Expand Up @@ -68,7 +68,9 @@ java {
}

kotlin {
jvmToolchain(jdkVersion)
compilerOptions {
jvmTarget = JvmTarget.JVM_17
}
}


Expand Down
2 changes: 1 addition & 1 deletion .ci/asciidoc-converter/build_document.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
start gradlew.bat run --args="--input-file ../../asciidoc/sdpi-supplement.adoc --output-folder ../../sdpi-supplement --backend html"
gradlew.bat run --args="--input-file ../../asciidoc/sdpi-supplement.adoc --output-folder ../../sdpi-supplement --backend html"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 605b62c

Please sign in to comment.