Add publishing of C-incremental artifact

This commit is contained in:
Alexey Andreev 2023-04-04 15:39:37 +02:00
parent 7b227c712f
commit 3e1edeb90c

View File

@ -16,6 +16,7 @@
plugins { plugins {
`java-library` `java-library`
`teavm-publish`
} }
description = "Incremental generator of C code" description = "Incremental generator of C code"
@ -24,3 +25,7 @@ dependencies {
implementation(project(":core")) implementation(project(":core"))
implementation(project(":tools:core")) implementation(project(":tools:core"))
} }
teavmPublish {
artifactId = "teavm-c-incremental"
}