Skip to content

Commit d3c83c1

Browse files
author
julien|fueled
committed
fix(flowr-compilers): make it a maven package
1 parent 89b2638 commit d3c83c1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

flowr-annotations/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
apply plugin: 'java'
2-
apply plugin: 'com.github.dcendents.android-maven'
32

4-
group = libraryGroup
5-
version = libraryVersion
63
dependencies {
74
compile fileTree(dir: 'libs', include: ['*.jar'])
85
}

flowr-compilers/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
apply plugin: 'java'
2+
apply plugin: 'com.github.dcendents.android-maven'
3+
4+
group = libraryGroup
5+
version = libraryVersion
26

37
dependencies {
48
compile fileTree(dir: 'libs', include: ['*.jar'])

0 commit comments

Comments
 (0)