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 ebfeb62 commit 395329fCopy full SHA for 395329f
build.gradle
@@ -10,6 +10,8 @@ buildscript {
10
}
11
plugins {
12
id 'java-platform'
13
+ id 'maven-publish'
14
+ id 'signing'
15
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
16
id 'io.franzbecker.gradle-lombok' version '5.0.0'
17
@@ -260,9 +262,6 @@ subprojects { project ->
260
262
// The root project has no sources, but the dependency platform also needs to be published as an artifact
261
263
// See https://docs.gradle.org/current/userguide/java_platform_plugin.html
264
// See https://github.com/Yubico/java-webauthn-server/issues/93#issuecomment-822806951
-apply plugin: 'maven-publish'
-apply plugin: 'signing'
265
-
266
publishing {
267
publications {
268
jars(MavenPublication) {
0 commit comments