We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455223e commit b44f8caCopy full SHA for b44f8ca
build.gradle.kts
@@ -1,13 +1,15 @@
1
import java.time.LocalDateTime
2
import java.time.format.DateTimeFormatter
3
4
-description = "A low-level extremely fast String compactor for Java."
5
-
6
plugins {
7
`java-library`
8
id("me.champeau.jmh") version "0.7.3"
9
}
10
+group = "com.dannemann"
+version = "1.0.0"
11
+description = "A low-level extremely fast String compactor for Java."
12
+
13
repositories {
14
mavenCentral()
15
0 commit comments