Skip to content

Commit b23c0a1

Browse files
committed
fix maven issue for jars
1 parent 30ee6c0 commit b23c0a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

annotationprocessor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apply plugin: 'java'
2-
apply plugin: 'com.github.dcendents.android-maven' // jitpack.io
2+
apply plugin: 'maven' // jitpack.io
33

44
group='com.github.quarkworks' // jitpack.io
55

annotations/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apply plugin: 'java'
2-
apply plugin: 'com.github.dcendents.android-maven' // jitpack.io
2+
apply plugin: 'maven' // jitpack.io
33

44
group='com.github.quarkworks' // jitpack.io
55

0 commit comments

Comments
 (0)