buildscript {
apply from: "buildscript.gradle", to: buildscript
}
gradle.properties:
pluginVersion=5.6M6-SNAPSHOT
When running:
> gradle tasks
FAILURE: Build failed with an exception.
* Where:
Script '/Users/levsa/tmp/foo/buildscript.gradle' line: 2
* What went wrong:
A problem occurred evaluating script.
> Could not find property 'pluginVersion' on org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@24d3e83f.