mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-01-03 13:38:21 +00:00
no one cares
This commit is contained in:
parent
f244d4381e
commit
86434ca2e8
3 changed files with 19 additions and 21 deletions
|
@ -146,18 +146,18 @@
|
|||
<version>21.0</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.16.2-R0.1-SNAPSHOT</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.totalfreedom</groupId>
|
||||
<artifactId>TotalFreedomMod</artifactId>
|
||||
<version>2020.9</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.16.2-R0.1-SNAPSHOT</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.kyori</groupId>
|
||||
<artifactId>text-adapter-bukkit</artifactId>
|
||||
|
|
12
Core/pom.xml
12
Core/pom.xml
|
@ -74,6 +74,18 @@
|
|||
<version>21.0</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.16.1-R0.1-SNAPSHOT</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.totalfreedom</groupId>
|
||||
<artifactId>TotalFreedomMod</artifactId>
|
||||
<version>2020.9</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
|
|
16
build.gradle
16
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 {
|
||||
|
|
Loading…
Reference in a new issue