Skip to content

Commit

Permalink
Merge pull request #40 from YululiServer/Ver4.x
Browse files Browse the repository at this point in the history
Ver 4.0
  • Loading branch information
kanasaki15 authored Mar 6, 2021
2 parents f7dd3db + 0f30570 commit 6e24181
Show file tree
Hide file tree
Showing 23 changed files with 412 additions and 3,340 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# ItemFrameProtectionPlugin
なにかとお騒がせな額縁保護プラグインもついにVer 3.0
なにかとお騒がせな額縁保護プラグインもついにVer 4.0
16 changes: 6 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,30 @@ import org.apache.tools.ant.filters.ReplaceTokens
apply plugin: 'java'

group = 'xyz.n7mn.dev.yululi'
version = '3.0.8b'
tasks.withType(AbstractCompile)*.options*.encoding = tasks.withType(GroovyCompile)*.groovyOptions*.encoding = 'UTF-8'
version = '4.0'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'

tasks.withType(AbstractCompile)*.options*.encoding = tasks.withType(GroovyCompile)*.groovyOptions*.encoding = 'UTF-8'


repositories {
mavenCentral()
maven {
name = 'papermc-repo'
url = 'https://papermc.io/repo/repository/maven-public/'
name = 'spigotmc-repo'
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
}
maven {
name = 'sonatype'
url = 'https://oss.sonatype.org/content/groups/public/'
}
maven {
name = 'repo.acrylicstyle.xyz'
url = 'https://repo.acrylicstyle.xyz/'
}
}

dependencies {
compileOnly 'xyz.acrylicstyle.grid:grid-api:1.16.3-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.8-R0.1-SNAPSHOT'
compileOnly 'net.luckperms:api:5.0'
compile group: 'org.xerial', name: 'sqlite-jdbc', version: '3.32.3.2'
compile 'mysql:mysql-connector-java:8.0.23'
compileOnly files(fileTree(dir: 'lib', includes: ['*.jar']))
}

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6e24181

Please sign in to comment.