Skip to content

Commit

Permalink
Cleanup and general refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
M0diis committed Oct 16, 2023
1 parent 20cce05 commit 99ce266
Show file tree
Hide file tree
Showing 23 changed files with 998 additions and 1,247 deletions.
11 changes: 10 additions & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 4 additions & 9 deletions .idea/modules/M0-CoreCord.main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '7.0.0'
id 'com.github.johnrengelman.shadow' version '8.1.1'
}

compileJava.options.encoding = 'UTF-8'

group 'me.m0dii'
version '2.0.0'
version '2.1.0'

shadowJar {
relocate 'org.bstats', 'me.m0dii.corecord'
Expand Down Expand Up @@ -42,7 +42,7 @@ repositories {
}

maven {
url 'https://papermc.io/repo/repository/maven-public/'
url 'https://repo.papermc.io/repository/maven-public/'
}

maven {
Expand All @@ -59,8 +59,8 @@ repositories {
}

dependencies {
compileOnly 'io.papermc.paper:paper-api:1.17-R0.1-SNAPSHOT'
compileOnly name: 'CoreProtect-20.1'
compileOnly 'io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT'
compileOnly name: 'CoreProtect-22.2'

implementation 'org.xerial:sqlite-jdbc:3.34.0'
implementation name: 'mysql-connector-java-8.0.24'
Expand All @@ -78,4 +78,6 @@ dependencies {
compileOnly 'me.clip:placeholderapi:2.11.1'

//implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.3'
compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Binary file added libs/CoreProtect-22.2.jar
Binary file not shown.
Loading

0 comments on commit 99ce266

Please sign in to comment.