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 a164790 commit 760fd87Copy full SHA for 760fd87
build.gradle.kts
@@ -10,10 +10,6 @@ remora {
10
artifactId = "agones-sdk"
11
12
description = "Agones Java gRPC SDK implementation"
13
-
14
- framework {
15
- lombok.isEnabled = true
16
- }
17
}
18
19
dependencies {
@@ -32,7 +28,7 @@ centralPortal {
32
28
pom {
33
29
name = remora.artifactId
34
30
url = "https://github.com/o7studios/agones-java-sdk"
35
- remora.description
31
+ description = remora.description
36
37
developers {
38
developer {
0 commit comments