Skip to content

Commit 0a014ae

Browse files
committed
Update plugin-publish plugin for Gradle 2.5 compatibility
1 parent 7a78575 commit 0a014ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id 'idea'
77

88
id 'maven-publish'
9-
id 'com.gradle.plugin-publish' version '0.9.0'
9+
id 'com.gradle.plugin-publish' version '0.9.1'
1010

1111
id 'com.github.hierynomus.license' version '0.11.0'
1212
}

0 commit comments

Comments
 (0)