diff --git a/Jenkinsfile b/Jenkinsfile index 94e1a700..22937bea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { usesPlugin: false, tool: 'Gradle 7', rootDir: "", - buildFile: 'build.gradle', + buildFile: 'build.gradle.kts', tasks: 'build artifactoryPublish', deployerId: "GRADLE_DEPLOYER", resolverId: "GRADLE_RESOLVER"