Skip to content

Commit 0b69a01

Browse files
committed
chore: set description
1 parent e9e1bd9 commit 0b69a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
group = "dev.hollowcube"
1010
version = System.getenv("TAG_VERSION") ?: "dev"
11-
description = "TODO"
11+
description = "An interpreter and JIT compiler for a subset of Molang"
1212

1313
repositories {
1414
mavenCentral()

0 commit comments

Comments
 (0)