Add main.output to demo.runtimeClasspath
This commit is contained in:
@@ -19,7 +19,7 @@ val demoImplementation = project.configurations.getByName(demo.implementationCon
|
|||||||
|
|
||||||
demoImplementation.extendsFrom(mainImplementation)
|
demoImplementation.extendsFrom(mainImplementation)
|
||||||
demo.compileClasspath += main.output
|
demo.compileClasspath += main.output
|
||||||
|
demo.runtimeClasspath += main.output
|
||||||
dependencies {
|
dependencies {
|
||||||
"demoRuntimeOnly"(openrndr.findLibrary("gl3").get())
|
"demoRuntimeOnly"(openrndr.findLibrary("gl3").get())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user