diff --git a/Bukkit/pom.xml b/Bukkit/pom.xml index 9e3e54d9f..a82f6e13f 100644 --- a/Bukkit/pom.xml +++ b/Bukkit/pom.xml @@ -146,18 +146,18 @@ 21.0 runtime - - org.spigotmc - spigot-api - 1.16.2-R0.1-SNAPSHOT - runtime - me.totalfreedom TotalFreedomMod 2020.9 runtime + + org.spigotmc + spigot-api + 1.16.2-R0.1-SNAPSHOT + runtime + net.kyori text-adapter-bukkit diff --git a/Core/pom.xml b/Core/pom.xml index d69f10a99..14ee8589c 100644 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -74,6 +74,18 @@ 21.0 runtime + + org.spigotmc + spigot-api + 1.16.1-R0.1-SNAPSHOT + runtime + + + me.totalfreedom + TotalFreedomMod + 2020.9 + runtime + org.yaml snakeyaml diff --git a/build.gradle b/build.gradle index ca336a479..03dd58bd3 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { } dependencies { classpath("com.github.jengelman.gradle.plugins:shadow:5.0.0") - classpath 'gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:0.14.0' + // classpath 'gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:0.14.0' classpath 'com.bmuschko:gradle-nexus-plugin:2.3.1' } configurations.all { @@ -46,25 +46,11 @@ version = ver + versuffix description = rootProject.name allprojects { - apply(plugin: 'com.github.hierynomus.license') - apply(plugin: 'com.bmuschko.nexus') - gradle.projectsEvaluated { tasks.withType(JavaCompile) { options.compilerArgs << "-Xmaxerrs" << "1000" } } - license { - header rootProject.file('HEADER') - mapping 'java', 'SLASHSTAR_STYLE' - ext.year = 2020 - includes(["**/*.java","**/*.js"]) - } - nexus { - sign = false - repositoryUrl = 'https://mvn.intellectualsites.com/content/repositories/releases/' - snapshotRepositoryUrl = 'https://mvn.intellectualsites.com/content/repositories/snapshots/' - } } subprojects {