Skip to content

Commit

Permalink
Relocate Energie
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphillya committed Mar 6, 2024
1 parent 24f161d commit 6524acb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
id("java-library")
id("java")
Expand Down Expand Up @@ -51,6 +53,10 @@ allprojects {
implementation("com.github.Euphillya:Energie:5d4157c0ea")
}

tasks.withType<ShadowJar> {
relocate("fr.euphyllia.energie", "fr.euphyllia.skyllia.dependency.energie")
}

tasks {
compileJava {
options.encoding = "UTF-8"
Expand Down

0 comments on commit 6524acb

Please sign in to comment.