From 001d086814d7b6351bfa0daf0ceca4b53d705320 Mon Sep 17 00:00:00 2001 From: Bruno Bowden Date: Sat, 22 Aug 2015 20:00:39 -0700 Subject: [PATCH] Version => 0.4.2 - Fixes #387 (bad 0.4.1 build) --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1637209..89b307b1 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Configure `shared/build.gradle` in your Java only project: // File: shared/build.gradle plugins { id 'java' - id 'com.github.j2objccontrib.j2objcgradle' version '0.4.1-alpha' + id 'com.github.j2objccontrib.j2objcgradle' version '0.4.2-alpha' } // Plugin settings: @@ -185,7 +185,7 @@ These are the main tasks for the plugin: j2objcTranslate - Translates Java source to Objective-C j2objcAssemble - Outputs packed libraries, source & resources to build/j2objcOutputs j2objcTest - Runs all JUnit tests in the translated code - j2objcBuild - Runs j2objcTest and j2objcAssemble, doesn't run j2objcXcode + j2objcBuild - Runs j2objcAssemble and j2objcTest, doesn't run j2objcXcode j2objcXcode - Xcode updated with libraries, headers & resources (uses CocoaPods) Running the `build` task from the Gradle Java plugin will automatically run the j2objcBuild command diff --git a/build.gradle b/build.gradle index e0a5be6b..d5567c88 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ task wrapper(type: Wrapper) { } group = 'com.github.j2objccontrib.j2objcgradle' -version = '0.4.1-alpha' +version = '0.4.2-alpha' test { testLogging {