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 9017502 commit 99218ffCopy full SHA for 99218ff
src/main/kotlin/com/liftric/code/artifact/repository/CodeArtifactRepositoryPlugin.kt
@@ -21,7 +21,7 @@ private lateinit var codeArtifact: CodeArtifact
21
private lateinit var extension: CodeArtifactRepositoryExtension
22
23
abstract class CodeArtifactRepositoryPlugin : Plugin<Any> {
24
- override fun apply(scope: Any) {
+ override fun apply(scope: Any) {
25
when (scope) {
26
is Settings -> {
27
extension = scope.extensions.create(extensionName)
0 commit comments