Skip to content

Commit 158b438

Browse files
committed
Merge pull request #388 from brunobowden/version
Version => 0.4.2
2 parents 44f0d6d + 001d086 commit 158b438

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Configure `shared/build.gradle` in your Java only project:
3434
// File: shared/build.gradle
3535
plugins {
3636
id 'java'
37-
id 'com.github.j2objccontrib.j2objcgradle' version '0.4.1-alpha'
37+
id 'com.github.j2objccontrib.j2objcgradle' version '0.4.2-alpha'
3838
}
3939
4040
// Plugin settings:
@@ -185,7 +185,7 @@ These are the main tasks for the plugin:
185185
j2objcTranslate - Translates Java source to Objective-C
186186
j2objcAssemble - Outputs packed libraries, source & resources to build/j2objcOutputs
187187
j2objcTest - Runs all JUnit tests in the translated code
188-
j2objcBuild - Runs j2objcTest and j2objcAssemble, doesn't run j2objcXcode
188+
j2objcBuild - Runs j2objcAssemble and j2objcTest, doesn't run j2objcXcode
189189
j2objcXcode - Xcode updated with libraries, headers & resources (uses CocoaPods)
190190

191191
Running the `build` task from the Gradle Java plugin will automatically run the j2objcBuild command

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ task wrapper(type: Wrapper) {
3232
}
3333

3434
group = 'com.github.j2objccontrib.j2objcgradle'
35-
version = '0.4.1-alpha'
35+
version = '0.4.2-alpha'
3636

3737
test {
3838
testLogging {

0 commit comments

Comments
 (0)