Skip to content

Commit 84dffdc

Browse files
chore(internal): update some gradle formatting (#193)
1 parent 1d55476 commit 84dffdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/orb.publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ configure<MavenPublishBaseExtension> {
1818
signAllPublications()
1919
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
2020

21-
this.coordinates(project.group.toString(), project.name, project.version.toString())
21+
coordinates(project.group.toString(), project.name, project.version.toString())
2222

2323
pom {
2424
name.set("API Reference")

0 commit comments

Comments
 (0)