Skip to content

Commit b44f8ca

Browse files
committed
Tweaks.
1 parent 455223e commit b44f8ca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
import java.time.LocalDateTime
22
import java.time.format.DateTimeFormatter
33

4-
description = "A low-level extremely fast String compactor for Java."
5-
64
plugins {
75
`java-library`
86
id("me.champeau.jmh") version "0.7.3"
97
}
108

9+
group = "com.dannemann"
10+
version = "1.0.0"
11+
description = "A low-level extremely fast String compactor for Java."
12+
1113
repositories {
1214
mavenCentral()
1315
}

0 commit comments

Comments
 (0)