Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Palantir Technologies
com.palantir.sls-java-service-distribution
PluginId
Author
com.palantir.sls-java-service-distribution
Owner: Palantir Technologies
Creates a distributable package containing libraries and scripts necessary to easily deploy and run a Java project.
Version 7.69.0 (latest)
7.69.0
Created 07 October 2024.
Creates a distributable package containing libraries and scripts necessary to easily deploy and run a Java project.
Other versions
- 7.67.0
- 7.66.0
- 7.65.0
- 7.64.0
- 7.63.0
- 7.62.0
- 7.61.0
- 7.60.0
- 7.59.0
- 7.58.0
- 7.57.0
- 7.56.0
- 7.55.0
- 7.54.0
- 7.53.0
- 7.52.0
- 7.51.0
- 7.50.0
- 7.49.0
- 7.48.0
- 7.47.0
- 7.46.0
- 7.45.0
- 7.44.0
- 7.43.0
- 7.42.0
- 7.41.0
- 7.40.0
- 7.39.0
- 7.38.0
- 7.37.0
- 7.36.0
- 7.35.0
- 7.34.0
- 7.33.0
- 7.32.0
- 7.31.0
- 7.30.0
- 7.29.0
- 7.28.0
- 7.27.0
- 7.26.0
- 7.25.0
- 7.24.0
- 7.23.0
- 7.22.0
- 7.21.0
- 7.20.0
- 7.19.0
- 7.18.0
- 7.17.0
- 7.16.0
- 7.15.0
- 7.14.0
- 7.13.0
- 7.12.0
- 7.11.0
- 7.10.0
- 7.9.0
- 7.8.0
- 7.7.0
- 7.6.0
- 7.5.0
- 7.4.0
- 7.3.0
- 7.1.0
- 7.0.0
- 6.3.0
- 6.2.0
- 6.1.0
- 6.0.0
- 5.10.0-rc1
- 5.9.0
- 5.8.0
- 5.7.0
- 5.6.0
- 5.6.0-rc1
- 5.5.0
- 5.4.0
- 5.3.0
- 5.2.0
- 5.1.0
- 5.0.0
- 4.30.0
- 4.29.0
- 4.28.1
- 4.28.0
- 4.27.1
- 4.27.0
- 4.26.0
- 4.25.1
- 4.25.0
- 4.24.1
- 4.24.0
- 4.23.1
- 4.23.0
- 4.22.1
- 4.22.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.1
- 4.18.0
- 4.17.0
- 4.16.4
- 4.16.3
- 4.16.2
- 4.16.1
- 4.16.0
- 4.15.1
- 4.15.0
- 4.14.0
- 4.13.1
- 4.13.0
- 4.12.0
- 4.11.3
- 4.11.2
- 4.11.1
- 4.10.1
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.0
- 4.6.0
- 4.5.1
- 4.5.0
- 4.4.1
- 4.4.0
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- 3.8.1
- 3.8.0
- 3.7.5
- 3.7.4
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.3
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.1
- 3.5.0
- 3.4.1
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.1
- 3.0.0
- 3.0.0-rc4
- 3.0.0-rc3
- 3.0.0-rc2
- 3.0.0-rc1
- 2.23.0
- 2.22.0
- 2.22.0-rc6
- 2.22.0-rc5
- 2.22.0-rc4
- 2.22.0-rc3
- 2.22.0-rc2
- 2.22.0-rc1
- 2.21.2
- 2.21.1
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.1
- 2.18.0
- 2.18.0-rc1
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.4
- 2.13.3
- 2.13.2
- 2.12.1
- 2.11.0
- 2.11.0-rc1
- 2.10.0
- 2.10.0-rc3
- 2.10.0-rc2
- 2.10.0-rc1
- 2.9.0
- 2.8.1
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.4.0-rc1
- 2.3.1
- 2.3.0
- 2.3.0-rc1
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 2.0.0-rc1
- 2.0.0-alpha3
- 2.0.0-alpha2
Using the plugins DSL:
plugins {
id("com.palantir.sls-java-service-distribution") version "7.69.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.palantir.sls-packaging:gradle-sls-packaging:7.69.0")
}
}
apply(plugin = "com.palantir.sls-java-service-distribution")
Using the plugins DSL:
plugins {
id "com.palantir.sls-java-service-distribution" version "7.69.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.palantir.sls-packaging:gradle-sls-packaging:7.69.0"
}
}
apply plugin: "com.palantir.sls-java-service-distribution"