Skip to content

Commit 2e3bb18

Browse files
committed
Release 1.14
1 parent 2a8e81f commit 2e3bb18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ plugins {
33
id 'groovy'
44
id 'maven-publish'
55
id 'java-gradle-plugin'
6-
id 'com.gradle.plugin-publish' version '0.10.1'
6+
id 'com.gradle.plugin-publish' version '0.11.0'
77
id "com.palantir.idea-test-fix" version "0.1.0"
88
id "com.github.hierynomus.license" version "0.15.0"
99
}
1010

1111
group = "com.github.jk1"
12-
version = "1.13"
12+
version = "1.14"
1313

1414
sourceCompatibility = 1.8
1515
targetCompatibility = 1.8

0 commit comments

Comments
 (0)