commit dcf1e2d75726ca5c6a0904e82892cd4b85d6464a Author: BradBot_1 Date: Fri Jun 30 00:36:12 2023 +0100 Init diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..a2f7c92 --- /dev/null +++ b/pom.xml @@ -0,0 +1,90 @@ + + 4.0.0 + fun.bb1 + objectivetoml + 1.0.0 + Objective toml + An objective way to interact with toml + + + 17 + UTF-8 + + + + clean install + ObjectiveToml + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + 17 + + + + org.apache.maven.plugins + maven-shade-plugin + 3.3.0 + + + package + + shade + + + ${project.build.directory}/dependency-reduced-pom.xml + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + + + + + jitpack.io + https://jitpack.io + + + repo + https://repo.bb1.fun/releases + + + + + + org.jetbrains + annotations + 23.0.0 + + + org.tomlj + tomlj + 1.1.0 + + + fun.bb1 + exception-handler + 1.0.0 + + + + + + repo + https://repo.bb1.fun/releases + + + \ No newline at end of file