From 578cc57bf91287398e0496935b5cc6e41c136dbe Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Thu, 14 Dec 2023 11:03:02 +0100 Subject: [PATCH] [orx-gitarchiver] Disable GitArchiverDemo01.kt in an attempt to fix README generation --- .../src/demo/kotlin/GitArchiverDemo01.kt | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/orx-jvm/orx-git-archiver/src/demo/kotlin/GitArchiverDemo01.kt b/orx-jvm/orx-git-archiver/src/demo/kotlin/GitArchiverDemo01.kt index 35d88fc9..71eeecd3 100644 --- a/orx-jvm/orx-git-archiver/src/demo/kotlin/GitArchiverDemo01.kt +++ b/orx-jvm/orx-git-archiver/src/demo/kotlin/GitArchiverDemo01.kt @@ -1,25 +1,25 @@ - -import org.openrndr.application -import org.openrndr.extensions.Screenshots -import org.openrndr.extensions.SingleScreenshot -import org.openrndr.extra.gitarchiver.GitArchiver - -fun main() = application { - program { - if (System.getProperty("takeScreenshot") == "true") { - extend(SingleScreenshot()) { - this.outputFile = System.getProperty("screenshotPath") - } - } - val ga = extend(GitArchiver()) { - commitOnRun = true - commitOnRequestAssets = false - } - extend(Screenshots()) - extend { - - - } - } - -} \ No newline at end of file +// +//import org.openrndr.application +//import org.openrndr.extensions.Screenshots +//import org.openrndr.extensions.SingleScreenshot +//import org.openrndr.extra.gitarchiver.GitArchiver +// +//fun main() = application { +// program { +// if (System.getProperty("takeScreenshot") == "true") { +// extend(SingleScreenshot()) { +// this.outputFile = System.getProperty("screenshotPath") +// } +// } +// val ga = extend(GitArchiver()) { +// commitOnRun = true +// commitOnRequestAssets = false +// } +// extend(Screenshots()) +// extend { +// +// +// } +// } +// +//} \ No newline at end of file