summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2018-02-15 22:59:22 +0100
committerJoel Klinghed <the_jk@spawned.biz>2018-02-15 22:59:22 +0100
commit10e7ec178624b9ba0ff79b8099466a9b490924fd (patch)
tree00b075e35f4c664b11d0950f1008334e91c144b9
parent2ca250f508f795fa786ea3b41f61a451a511a4a0 (diff)
Flycheck 0.3.6
Two new options: flycheck-android-java-variant: Select variant to check instead of picking the first which is the default flycheck-android-java-skip-gen: Skip running generate*Sources before check
-rw-r--r--README4
-rw-r--r--build.gradle4
-rw-r--r--flycheck-android-experimental-pkg.el2
3 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 47fd9e2..67ccf02 100644
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ initscript {
}
}
dependencies {
- classpath 'org.thejk:flycheck-android-experimental:0.3.5'
+ classpath 'org.thejk:flycheck-android-experimental:0.3.6'
}
}
@@ -113,4 +113,4 @@ Build the gradle plugin jar and upload the "../repo" repository by default.
./gradle packageList
Build the Emacs package placing it in
-build/flycheck-android-experimental-0.3.5.tar
+build/flycheck-android-experimental-0.3.6.tar
diff --git a/build.gradle b/build.gradle
index f3506d6..2fcda4f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ dependencies {
apply plugin: 'maven'
group = 'org.thejk'
-version = '0.3.5'
+version = '0.3.6'
uploadArchives {
repositories {
@@ -63,5 +63,5 @@ class PackageTask extends DefaultTask {
}
task packageLisp(type: PackageTask) {
- packageName 'flycheck-android-experimental-0.3.5'
+ packageName 'flycheck-android-experimental-0.3.6'
}
diff --git a/flycheck-android-experimental-pkg.el b/flycheck-android-experimental-pkg.el
index 1f1dcaa..24e123a 100644
--- a/flycheck-android-experimental-pkg.el
+++ b/flycheck-android-experimental-pkg.el
@@ -1,4 +1,4 @@
(define-package
"flycheck-android-experimental"
- "0.3.5"
+ "0.3.6"
"A package with flycheck for android experimental gradle plugin.")