File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Configure `shared/build.gradle` in your Java only project:
3434// File: shared/build.gradle
3535plugins {
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
191191Running the ` build ` task from the Gradle Java plugin will automatically run the j2objcBuild command
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ task wrapper(type: Wrapper) {
3232}
3333
3434group = ' com.github.j2objccontrib.j2objcgradle'
35- version = ' 0.4.1 -alpha'
35+ version = ' 0.4.2 -alpha'
3636
3737test {
3838 testLogging {
You can’t perform that action at this time.
0 commit comments