File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# The LabKey Remote API Library for Java - Change Log
2
2
3
+ ## version 2.0.0
4
+ * Released* : 25 July 2022
5
+ * Require Java 17 to build and run
6
+
3
7
## version 1.5.2
4
8
* Released* : 14 July 2022
5
9
* Add Connection.setUserAgent() and Connection.getUserAgent()
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ repositories {
57
57
58
58
group " org.labkey.api"
59
59
60
- version " 1.6.0-artifactorySaas -SNAPSHOT"
60
+ version " 2.1.0 -SNAPSHOT"
61
61
62
62
dependencies {
63
63
implementation " org.apache.httpcomponents:httpmime:${ httpmimeVersion} "
Original file line number Diff line number Diff line change 4
4
artifactory_contextUrl =https://labkey.jfrog.io/artifactory
5
5
6
6
# The source and target versions of Java for compilation tasks
7
- # We target a very old version to stay compatible with SAS. Our SAS macros wrap the Java remoteapi and run in the
8
- # SAS-bundled private JRE. Starting with SAS 9.4M6 (released in late 2018), the SAS Private JRE is based on Java 8.
9
- # https://support.sas.com/en/documentation/third-party-software-reference/9-4/support-for-java.html
10
- sourceCompatibility =1.8
11
- targetCompatibility =1.8
7
+ sourceCompatibility =17
8
+ targetCompatibility =17
12
9
13
10
artifactoryPluginVersion =4.21.0
14
11
gradlePluginsVersion =1.32.2
You can’t perform that action at this time.
0 commit comments