Fix orx-keyframer build task dependencies

This commit is contained in:
Edwin Jakobs
2020-04-07 16:34:37 +02:00
parent eeed2962dd
commit b98d1b7369

View File

@@ -45,3 +45,5 @@ dependencies {
demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion") demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion")
demoImplementation(sourceSets.getByName("main").output) demoImplementation(sourceSets.getByName("main").output)
} }
tasks.getByName("compileKotlin").dependsOn("generateGrammarSource")