Skip to content

Commit

Permalink
fix publishing (#1712)
Browse files Browse the repository at this point in the history
  • Loading branch information
esword authored Oct 7, 2024
1 parent cd5c251 commit f803602
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-1712.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: fix
fix:
description: fix publishing
links:
- https://github.com/palantir/sls-packaging/pull/1712
2 changes: 2 additions & 0 deletions gradle-sls-packaging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ gradlePlugin {
displayName = 'Creates SLS Java services distributions'
tags.set(['distribution', 'application'])
implementationClass = 'com.palantir.gradle.dist.service.JavaServiceDistributionPlugin'
description = 'Creates a distributable package containing libraries and scripts necessary to easily deploy and run a Java project.'
}
assetDistributionPlugin {
id = 'com.palantir.sls-asset-distribution'
displayName = 'Creates SLS asset distributions'
tags.set(['distribution', 'application'])
implementationClass= 'com.palantir.gradle.dist.asset.AssetDistributionPlugin'
description = 'Creates a distributable package containing an SLS asset.'
}
}
}
Expand Down

0 comments on commit f803602

Please sign in to comment.