We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e9ef3 commit 939cd9cCopy full SHA for 939cd9c
1 file changed
build.gradle
@@ -8,15 +8,15 @@ buildscript {
8
mavenLocal()
9
}
10
dependencies {
11
- classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.3'
+ classpath 'com.vanniktech:gradle-maven-publish-plugin:0.34.0'
12
13
14
15
plugins {
16
id 'java'
17
id 'maven-publish'
18
id 'signing'
19
- id 'com.vanniktech.maven.publish' version '0.25.3'
+ id 'com.vanniktech.maven.publish' version '0.34.0'
20
21
22
repositories {
0 commit comments