Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
update to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyilin committed Aug 26, 2018
1 parent b0ebf8f commit 93a38b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
22 changes: 6 additions & 16 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@ targetCompatibility = 1.8
repositories {
jcenter()
maven {
name 'spigot-repo'
url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
}

maven {
name 'sonatype'
url 'https://oss.sonatype.org/content/groups/public'
name 'Spigot'
url 'https://hub.spigotmc.org/nexus/content/groups/public/'
}

maven {
Expand All @@ -24,24 +19,19 @@ repositories {

maven {
name 'NyaaCore'
url 'https://raw.githubusercontent.com/NyaaCat/NyaaCore/maven-repo'
}

maven {
name 'nu-langchecker'
url 'https://raw.githubusercontent.com/Librazy/NyaaUtilsLangChecker/maven-repo'
url 'https://raw.githubusercontent.com/NyaaCat/NyaaCentral/maven-repo'
}
}

dependencies {
compile 'org.spigotmc:spigot-api:1.12.1-R0.1-SNAPSHOT'
compile('cat.nyaa:nyaacore:4.1-SNAPSHOT') {
compile 'org.spigotmc:spigot-api:1.13.1-R0.1-SNAPSHOT'
compile('cat.nyaa:nyaacore:6.2-SNAPSHOT') {
transitive = false
}
compile('net.ess3:Essentials:2.13-SNAPSHOT') {
transitive = false
}
compile 'org.librazy:NyaaUtilsLangChecker:1.0-SNAPSHOT'
compile 'org.librazy:NyaaUtilsLangChecker:2.0-SNAPSHOT'
}

String nyaaCoreLangDir = System.getenv("NYAACORE_LANG_DIR")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cat/nyaa/yasui/I18n.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import cat.nyaa.nyaacore.LanguageRepository;
import org.bukkit.plugin.java.JavaPlugin;
import org.librazy.nyaautils_lang_checker.LangKey;
import org.librazy.nclangchecker.LangKey;

public class I18n extends LanguageRepository {
public static I18n instance = null;
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ main: cat.nyaa.yasui.Main
depend: [NyaaCore]
softdepend: [Essentials]
authors: [cylin]
api-version: 1.13
commands:
yasui:
permissions:
Expand Down

0 comments on commit 93a38b1

Please sign in to comment.