Skip to content

Commit 29990f5

Browse files
committed
Improve gradle files
1 parent a9beaf5 commit 29990f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
plugins {
2+
java
23
jacoco
34
`java-library`
45
`maven-publish`

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rootProject.name = "Guira"
1+
rootProject.name = "guira"
22

33
pluginManagement {
44
repositories {

0 commit comments

Comments
 (0)