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)
|
||||
demo.compileClasspath += main.output
|
||||
|
||||
demo.runtimeClasspath += main.output
|
||||
dependencies {
|
||||
"demoRuntimeOnly"(openrndr.findLibrary("gl3").get())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user