Skip to content

Commit 2edf910

Browse files
committed
Code cleanup
1 parent 42f6519 commit 2edf910

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build.gradle

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
id 'java'
33
id 'maven-publish'
4+
id 'io.freefair.lombok' version '6.5.1'
45
}
56

67
group = 'com.labelzoom.api'
@@ -28,11 +29,11 @@ publishing {
2829
}
2930
repositories {
3031
maven {
31-
name = "GitHubPackages"
32-
url = "https://maven.pkg.github.com/labelzoom/labelzoom-api"
32+
name = 'GitHubPackages'
33+
url = 'https://maven.pkg.github.com/labelzoom/labelzoom-api'
3334
credentials {
34-
username = System.getenv("GITHUB_ACTOR")
35-
password = System.getenv("GITHUB_TOKEN")
35+
username = System.getenv('GITHUB_ACTOR')
36+
password = System.getenv('GITHUB_TOKEN')
3637
}
3738
}
3839
}

0 commit comments

Comments
 (0)