Add collectScreenshots task to kotlin-jvm convention
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user