We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce1d09 commit b4ce143Copy full SHA for b4ce143
labkey-api-sas/build.gradle
@@ -6,6 +6,7 @@ import org.labkey.gradle.plugin.extension.TeamCityExtension
6
buildscript {
7
repositories {
8
mavenCentral()
9
+ gradlePluginPortal()
10
maven {
11
url "${artifactory_contextUrl}/plugins-release-no-mc"
12
}
labkey-api-sas/gradle.properties
@@ -3,6 +3,6 @@
3
# in the context URL or you will get a 500 error from artifactory.)
4
artifactory_contextUrl=https://artifactory.labkey.com/artifactory
5
-artifactoryPluginVersion=4.13.0
-gradlePluginsVersion=1.12.0
-labkeyClientApiVersion=1.2.0
+artifactoryPluginVersion=4.21.0
+gradlePluginsVersion=1.32.2
+labkeyClientApiVersion=1.4.0
0 commit comments