Skip to content

Commit db86d4e

Browse files
author
Francisco Solis
committed
Updated Build Script & Dependencies
1 parent 5eced2a commit db86d4e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v5.3.3 Changelog:
2+
```
3+
* Updated Relocations
4+
* Now apache logger is compile only
5+
```
6+
17
## v5.3.2 Changelog:
28
```
39
* Updated Dependencies

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'xyz.theprogramsrc'
8-
version '5.3.2-SNAPSHOT'
8+
version '5.3.3-SNAPSHOT'
99
description 'The best way to create a plugin'
1010

1111
repositories{
@@ -36,7 +36,7 @@ dependencies {
3636
implementation 'me.carleslc.Simple-YAML:Simple-Yaml:1.7.2'
3737
implementation 'com.zaxxer:HikariCP:3.3.1'
3838
compileOnly 'org.xerial:sqlite-jdbc:3.36.0.2'
39-
implementation 'org.apache.logging.log4j:log4j-api:2.17.1'
39+
compileOnly 'org.apache.logging.log4j:log4j-api:2.17.1'
4040
compileOnly 'org.apache.logging.log4j:log4j-core:2.17.1'
4141
implementation 'net.lingala.zip4j:zip4j:2.9.1'
4242
compileOnly 'me.clip:placeholderapi:2.10.9'
@@ -82,7 +82,7 @@ shadowJar {
8282
archiveBaseName.set('SuperCoreAPI')
8383
archiveClassifier.set('')
8484

85-
relocate 'com.google', 'xyz.theprogramsrc.supercoreapi.libs.google'
85+
relocate 'com.google.gson', 'xyz.theprogramsrc.supercoreapi.libs.google.gson'
8686
relocate 'org.apache.commons', 'xyz.theprogramsrc.supercoreapi.libs.apache.commons'
8787
relocate 'com.cryptomorin.xseries', 'xyz.theprogramsrc.supercoreapi.libs.xseries'
8888
relocate 'org.simpleyaml', 'xyz.theprogramsrc.supercoreapi.libs.simpleyaml'

0 commit comments

Comments
 (0)