Add publish-library convention plugin
This commit is contained in:
@@ -5,7 +5,8 @@ plugins {
|
||||
alias(libs.plugins.kotlin.serialization)
|
||||
id("conventions.kotlin-jvm")
|
||||
id("conventions.openrndr-tasks")
|
||||
id("conventions.distribution")
|
||||
// id("conventions.distribute-application")
|
||||
id("conventions.publish-library")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -13,6 +14,9 @@ dependencies {
|
||||
implementation(openrndr.draw)
|
||||
runtimeOnly(openrndr.gl3)
|
||||
|
||||
implementation(openrndr.dialogs)
|
||||
implementation(openrndr.orextensions)
|
||||
|
||||
implementation(openrndr.ffmpeg)
|
||||
implementation(orx.bundles.basic)
|
||||
implementation(orx.olive)
|
||||
|
||||
Reference in New Issue
Block a user