mirror of
https://github.com/gradle/actions.git
synced 2025-04-23 03:09:20 +08:00
Reorder variables in the init script
This commit is contained in:
parent
7eaec14e3d
commit
68fbda8e99
@ -21,9 +21,9 @@ initscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
def pluginRepositoryUrl = getInputParam('gradle.plugin-repository.url')
|
def pluginRepositoryUrl = getInputParam('gradle.plugin-repository.url')
|
||||||
def develocityPluginVersion = getInputParam('develocity.plugin.version')
|
|
||||||
def pluginRepositoryUsername = getInputParam('gradle.plugin-repository.username')
|
def pluginRepositoryUsername = getInputParam('gradle.plugin-repository.username')
|
||||||
def pluginRepositoryPassword = getInputParam('gradle.plugin-repository.password')
|
def pluginRepositoryPassword = getInputParam('gradle.plugin-repository.password')
|
||||||
|
def develocityPluginVersion = getInputParam('develocity.plugin.version')
|
||||||
def ccudPluginVersion = getInputParam('develocity.ccud-plugin.version')
|
def ccudPluginVersion = getInputParam('develocity.ccud-plugin.version')
|
||||||
|
|
||||||
def shouldApplyDevelocityPlugin = GradleVersion.version(develocityPluginVersion) >= GradleVersion.version("3.17")
|
def shouldApplyDevelocityPlugin = GradleVersion.version(develocityPluginVersion) >= GradleVersion.version("3.17")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user