Skip to content

Commit

Permalink
Merge pull request #98 from nebula-plugins/missing-configurations
Browse files Browse the repository at this point in the history
Apply locks in beforeResolve by default to ensure that locks are applied at the last possible moment
  • Loading branch information
DanielThomas committed May 3, 2016
2 parents 66afc01 + 58b07e7 commit f452789
Show file tree
Hide file tree
Showing 6 changed files with 341 additions and 212 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: java
language: android
android:
components:
- build-tools-20.0.0
- android-20
sudo: false
jdk:
- oraclejdk7
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript { repositories { jcenter() } } // Some plugin dependencies (namely J

plugins {
id 'com.gradle.plugin-publish' version '0.9.4'
id 'nebula.plugin-plugin' version '4.1.0'
id 'nebula.plugin-plugin' version '4.4.0'
id 'org.ysb33r.gradletest' version '0.5.4'
}

Expand Down Expand Up @@ -71,3 +71,4 @@ gradleTest.dependsOn(jar)
gradleTest.doFirst {
project.version = project.version.toString()
}

Loading

0 comments on commit f452789

Please sign in to comment.