Skip to content

Commit

Permalink
Merge pull request #120 from stewartbryson/stewart
Browse files Browse the repository at this point in the history
Snowpark 1.12.
  • Loading branch information
stewartbryson authored Apr 4, 2024
2 parents 8af13ab + 8649c58 commit c627d3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ java {
dependencies {
implementation 'org.codehaus.groovy:groovy:3.0.21'
implementation 'org.slf4j:slf4j-simple:2.0.9'
implementation 'com.snowflake:snowpark:1.11.0'
implementation 'com.snowflake:snowpark:1.12.0'
implementation 'gradle.plugin.com.redpillanalytics:gradle-properties:1.0.7'
implementation 'gradle.plugin.com.github.johnrengelman:shadow:8.0.0'
implementation 'org.apache.commons:commons-lang3:3.14.0'
Expand All @@ -32,7 +32,7 @@ testing {
useSpock('2.3-groovy-3.0')
dependencies {
implementation project()
implementation 'com.snowflake:snowpark:1.11.0'
implementation 'com.snowflake:snowpark:1.12.0'
implementation 'org.apache.commons:commons-lang3:3.14.0'
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/markdown/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Recent changes

### Java 17 Support
To support Java 17, we also had to add support for the `RUNTIME_VERSION` option when creating procedures and functions with JVM languages.
The `runtime` parameter was added to the `applications` DSL to support this change, but the default value will stay `11` for now.
To support Java 17, we needed to add support for the `RUNTIME_VERSION` option when creating procedures and functions with JVM languages.
The `runtime` parameter was added to the `applications` DSL to support this change, but the default value will stay `11` for now to align with the Snowflake default.

Additionally, Java 17 is also being used now to compile and build this plugin.

Expand Down

0 comments on commit c627d3b

Please sign in to comment.