We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f78e98 commit 3dec09eCopy full SHA for 3dec09e
plugin/src/main/kotlin/org/gradle/github/dependencygraph/GitHubSnapshotParams.kt
@@ -14,7 +14,7 @@ const val PARAM_GITHUB_SHA = "GITHUB_DEPENDENCY_GRAPH_SHA"
14
*/
15
const val PARAM_GITHUB_WORKSPACE = "GITHUB_DEPENDENCY_GRAPH_WORKSPACE"
16
17
-class GitHubSnapshotParams(private val pluginParameters: PluginParameters) {
+class GitHubSnapshotParams(pluginParameters: PluginParameters) {
18
val dependencyGraphJobCorrelator: String = pluginParameters.load(PARAM_JOB_CORRELATOR)
19
val dependencyGraphJobId: String =pluginParameters.load(PARAM_JOB_ID)
20
val gitSha: String = pluginParameters.load(PARAM_GITHUB_SHA)
0 commit comments