Add main.output to demo.runtimeClasspath

This commit is contained in:
Edwin Jakobs
2025-09-16 21:43:32 +02:00
parent 7f8af578e6
commit d334c11b6a

View File

@@ -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())
} }