Skip to content

Upgrade to Java 17 #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 25, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Upgrade to Java 17
  • Loading branch information
labkey-adam committed Jul 23, 2022
commit 55c8703c63d12168002ea843f10245a195565e3c
2 changes: 1 addition & 1 deletion labkey-client-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repositories {

group "org.labkey.api"

version "1.6.0-artifactorySaas-SNAPSHOT"
version "2.0.0-SNAPSHOT"

dependencies {
implementation "org.apache.httpcomponents:httpmime:${httpmimeVersion}"
Expand Down
7 changes: 2 additions & 5 deletions labkey-client-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
artifactory_contextUrl=https://labkey.jfrog.io/artifactory

# The source and target versions of Java for compilation tasks
# We target a very old version to stay compatible with SAS. Our SAS macros wrap the Java remoteapi and run in the
# SAS-bundled private JRE. Starting with SAS 9.4M6 (released in late 2018), the SAS Private JRE is based on Java 8.
# https://support.sas.com/en/documentation/third-party-software-reference/9-4/support-for-java.html
sourceCompatibility=1.8
targetCompatibility=1.8
sourceCompatibility=17
targetCompatibility=17

artifactoryPluginVersion=4.21.0
gradlePluginsVersion=1.32.2
Expand Down