Skip to content

Commit 9c0487d

Browse files
committedMar 4, 2025
chore: Update SQLcl to 24.4.1.042.1221
1 parent 7943853 commit 9c0487d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎zpa-checks/build.gradle.kts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import de.undercouch.gradle.tasks.download.Download
2-
import org.gradle.kotlin.dsl.registering
32

43
plugins {
54
alias(libs.plugins.download)
@@ -16,7 +15,7 @@ testing {
1615
suites {
1716
register<JvmTestSuite>("integrationTest") {
1817
val downloadZipFile by tasks.registering(Download::class, fun Download.() {
19-
val sqlclVersion = "24.3.0.285.0530"
18+
val sqlclVersion = "24.4.1.042.1221"
2019
src("https://download.oracle.com/otn_software/java/sqldeveloper/sqlcl-$sqlclVersion.zip")
2120
overwrite(false)
2221
dest(layout.projectDirectory.dir("tools").file("sqlcl-$sqlclVersion.zip"))

0 commit comments

Comments
 (0)
Please sign in to comment.