mirror of
https://github.com/konsoletyper/teavm.git
synced 2025-01-30 10:50:16 +08:00
Add publishing of C-incremental artifact
This commit is contained in:
parent
7b227c712f
commit
3e1edeb90c
@ -16,6 +16,7 @@
|
||||
|
||||
plugins {
|
||||
`java-library`
|
||||
`teavm-publish`
|
||||
}
|
||||
|
||||
description = "Incremental generator of C code"
|
||||
@ -24,3 +25,7 @@ dependencies {
|
||||
implementation(project(":core"))
|
||||
implementation(project(":tools:core"))
|
||||
}
|
||||
|
||||
teavmPublish {
|
||||
artifactId = "teavm-c-incremental"
|
||||
}
|
Loading…
Reference in New Issue
Block a user