Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
Run against plugin v0.4.3-alpha; fixes j2objc-contrib#33
Browse files Browse the repository at this point in the history
Note we still use the submodule for some gradle configs.
  • Loading branch information
advayDev1 committed Oct 3, 2015
1 parent 1d19747 commit 8a8c8df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ install:
- xcrun clang -v
- /usr/libexec/java_home -v 1.7 -F -V
- java -Xmx32m -version && javac -J-Xmx32m -version
- pushd j2objc-gradle
- ./gradlew wrapper
- ./gradlew dependencies
# In this repo, building of the j2objc-gradle plugin is just preperation.
- ./gradlew build
- popd
- pushd libraryBuilds
# Downloads and configures j2objc distribution.
- ./prep.sh
Expand Down
2 changes: 1 addition & 1 deletion j2objc-gradle
Submodule j2objc-gradle updated 2 files
+10 −1 CHANGELOG.md
+1 −1 build.gradle
6 changes: 4 additions & 2 deletions libraryBuilds/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
buildscript {
repositories {
jcenter()
maven {
url 'https://plugins.gradle.org/m2/'
}
}
dependencies {
// This is the build output of the plugin itself.
classpath fileTree(dir: '../../j2objc-gradle/build/libs', include: ['*.jar'])
classpath 'gradle.plugin.com.github.j2objccontrib.j2objcgradle:j2objc-gradle:0.4.3-alpha'
}
}

Expand Down

0 comments on commit 8a8c8df

Please sign in to comment.