diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e7310018..5674b308 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: Set up JDK 17 - uses: actions/setup-java@v3.4.0 + uses: actions/setup-java@v3.4.1 with: java-version: '17' distribution: 'adopt' diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 9a2ea604..b72471e9 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Set up Java 16 - uses: actions/setup-java@v3.4.0 + uses: actions/setup-java@v3.4.1 with: java-version: '16' distribution: 'adopt' diff --git a/dough-protection/pom.xml b/dough-protection/pom.xml index 87cf55e9..380019d9 100644 --- a/dough-protection/pom.xml +++ b/dough-protection/pom.xml @@ -228,9 +228,9 @@ - com.github.WiIIiam278 + net.william278 HuskTowns - 1.7 + 1.8 provided diff --git a/dough-protection/src/main/java/io/github/bakedlibs/dough/protection/modules/HuskTownsProtectionModule.java b/dough-protection/src/main/java/io/github/bakedlibs/dough/protection/modules/HuskTownsProtectionModule.java index 434958e0..3708bce2 100644 --- a/dough-protection/src/main/java/io/github/bakedlibs/dough/protection/modules/HuskTownsProtectionModule.java +++ b/dough-protection/src/main/java/io/github/bakedlibs/dough/protection/modules/HuskTownsProtectionModule.java @@ -2,8 +2,8 @@ import io.github.bakedlibs.dough.protection.Interaction; import io.github.bakedlibs.dough.protection.ProtectionModule; -import me.william278.husktowns.HuskTownsAPI; -import me.william278.husktowns.listener.ActionType; +import net.william278.husktowns.HuskTownsAPI; +import net.william278.husktowns.listener.ActionType; import org.bukkit.Location; import org.bukkit.OfflinePlayer; import org.bukkit.plugin.Plugin;