Skip to content

Commit

Permalink
soft property lookup to get past jitpack build
Browse files Browse the repository at this point in the history
  • Loading branch information
trevjonez committed Jul 1, 2019
1 parent 4750fe4 commit f3dcf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pluginBundle {
tasks.named("test").configure {
systemProperty("org.gradle.testkit.debug", true)
systemProperty("agpVersion", agpVersion)
systemProperty("pluginTestingToken", pluginTestingToken)
systemProperty("pluginTestingToken", findProperty("pluginTestingToken"))
}

tasks.withType(KotlinCompile).all {
Expand Down

0 comments on commit f3dcf04

Please sign in to comment.