Skip to content

Commit 760fd87

Browse files
fix: Missing project desc
1 parent a164790 commit 760fd87

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ remora {
1010
artifactId = "agones-sdk"
1111

1212
description = "Agones Java gRPC SDK implementation"
13-
14-
framework {
15-
lombok.isEnabled = true
16-
}
1713
}
1814

1915
dependencies {
@@ -32,7 +28,7 @@ centralPortal {
3228
pom {
3329
name = remora.artifactId
3430
url = "https://github.com/o7studios/agones-java-sdk"
35-
remora.description
31+
description = remora.description
3632

3733
developers {
3834
developer {

0 commit comments

Comments
 (0)