Add collectScreenshots task to kotlin-jvm convention
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
import ScreenshotsHelper.collectScreenshots
|
||||
|
||||
plugins {
|
||||
org.openrndr.extra.convention.`kotlin-jvm`
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
val demo by getting
|
||||
collectScreenshots(project, demo) { }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.openrndr.application)
|
||||
implementation(libs.openrndr.math)
|
||||
|
||||
@@ -4,11 +4,6 @@ plugins {
|
||||
org.openrndr.extra.convention.`kotlin-jvm`
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
val demo by getting
|
||||
collectScreenshots(project, demo) { }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":orx-parameters"))
|
||||
api(project(":orx-jvm:orx-panel"))
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import ScreenshotsHelper.collectScreenshots
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
plugins {
|
||||
@@ -15,11 +14,6 @@ tasks.test {
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
val demo by getting
|
||||
collectScreenshots(project, demo) { }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.openrndr.application)
|
||||
implementation(libs.openrndr.math)
|
||||
|
||||
@@ -1,14 +1,7 @@
|
||||
import ScreenshotsHelper.collectScreenshots
|
||||
|
||||
plugins {
|
||||
org.openrndr.extra.convention.`kotlin-jvm`
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
val demo by getting
|
||||
collectScreenshots(project, demo) { }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.openrndr.application)
|
||||
implementation(libs.openrndr.math)
|
||||
|
||||
Reference in New Issue
Block a user