Skip to content

Commit 6bc940d

Browse files
committed
Fix syntax error
1 parent 5081ce2 commit 6bc940d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,9 @@ if (project.hasProperty("releaseMode")) {
209209
}
210210
}
211211

212-
import com.vanniktech.maven.publish.SonatypeHost
213-
214212
mavenPublishing {
215213
// or when publishing to https://central.sonatype.com/
216-
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
214+
publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost.CENTRAL_PORTAL)
217215

218216
// signAllPublications()
219217
}

0 commit comments

Comments
 (0)