We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b2638 commit d3c83c1Copy full SHA for d3c83c1
flowr-annotations/build.gradle
@@ -1,8 +1,5 @@
1
apply plugin: 'java'
2
-apply plugin: 'com.github.dcendents.android-maven'
3
4
-group = libraryGroup
5
-version = libraryVersion
6
dependencies {
7
compile fileTree(dir: 'libs', include: ['*.jar'])
8
}
flowr-compilers/build.gradle
@@ -1,4 +1,8 @@
+apply plugin: 'com.github.dcendents.android-maven'
+
+group = libraryGroup
+version = libraryVersion
0 commit comments