Skip to content

Commit be62151

Browse files
committed
fix build
1 parent ee48456 commit be62151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
apply plugin: 'java'
12
apply plugin: 'maven'
2-
apply plugin: 'signing'
33

44
sourceCompatibility = 1.7
55
targetCompatibility = 1.7

build.gradle.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apply plugin: 'java'
1+
apply plugin: 'signing'
22

33
task javadocJar(type: Jar) {
44
classifier = 'javadoc'

0 commit comments

Comments
 (0)