mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -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