Skip to content

Commit

Permalink
Merge pull request #388 from brunobowden/version
Browse files Browse the repository at this point in the history
Version => 0.4.2
  • Loading branch information
brunobowden committed Aug 23, 2015
2 parents 44f0d6d + 001d086 commit 158b438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 158b438

Please sign in to comment.