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 11# The LabKey Remote API Library for Java - Change Log
22
3+ ## version 2.0.0
4+ * Released* : 25 July 2022
5+ * Require Java 17 to build and run
6+
37## version 1.5.2
48* Released* : 14 July 2022
59* Add Connection.setUserAgent() and Connection.getUserAgent()
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ repositories {
5757
5858group " org.labkey.api"
5959
60- version " 1.6.0-artifactorySaas -SNAPSHOT"
60+ version " 2.1.0 -SNAPSHOT"
6161
6262dependencies {
6363 implementation " org.apache.httpcomponents:httpmime:${ httpmimeVersion} "
Original file line number Diff line number Diff line change 44artifactory_contextUrl =https://labkey.jfrog.io/artifactory
55
66# 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
129
1310artifactoryPluginVersion =4.21.0
1411gradlePluginsVersion =1.32.2
You can’t perform that action at this time.
0 commit comments