Skip to content

Commit

Permalink
added shadow for slf4j due to gradle version conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Sep 12, 2023
1 parent 29cc3df commit 70b0003
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fullstack-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

plugins {
id("java-gradle-plugin")
id("com.github.johnrengelman.shadow").version("8.1.1")
id("com.hedera.fullstack.conventions")
id("com.hedera.fullstack.maven-publish")
}
Expand All @@ -28,6 +28,10 @@ dependencies {
// implementation(project(mapOf("path" to ":fullstack-helm-client")))
}

tasks.shadowJar {
isEnableRelocation = true
}

gradlePlugin {
plugins {
create("fullstackPlugin") {
Expand Down

0 comments on commit 70b0003

Please sign in to comment.