Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert project to Gradle #166

Merged
merged 3 commits into from
Dec 15, 2023
Merged

Convert project to Gradle #166

merged 3 commits into from
Dec 15, 2023

Conversation

Dreeam-qwq
Copy link
Contributor

@Dreeam-qwq Dreeam-qwq commented Dec 14, 2023

Convert maven to Gradle. I Tested build and works fine. And I love this plugin!, thanks Ginko to make AEF better and better!

Changes:

  • Convert AEF from maven to Gradle.
  • Downgrade caffeine from 3.1.8 -> 2.9.3 for AnarchyExploitFixesLegacy, for Java 8 compatibility, (Also fix plugin load issue under 1.12.2 using Java 8).
  • Relocate libs to me.moomoo.anarchyexploitfixes.libs path, make it more clear.

And if you want to use paperweight userdev bundle, you can add it in AnarchyExploitFixesFolia/build.gradle.kts, like this

plugins {
    id("me.moomoo.anarchyexploitfixes.wrapper")
    id("com.github.johnrengelman.shadow") version "8.1.1"
+   id("io.papermc.paperweight.userdev") version "1.5.11"
}

dependencies {
    compileOnly("dev.folia:folia-api:1.20.2-R0.1-SNAPSHOT")
+   paperweight.foliaDevBundle("1.19.4-R0.1-SNAPSHOT")
    api("com.github.ben-manes.caffeine:caffeine:3.1.8") // Fast caching
}

* Convert AEF from maven to Gradle
* Downgrade `caffeine` version from 3.1.8 -> 2.9.3 for `AnarchyExploitFixesLegacy`, for Java 8 compatibility
@xGinko
Copy link
Owner

xGinko commented Dec 15, 2023

I'm going to kiss you

@xGinko xGinko merged commit 1fff459 into xGinko:master Dec 15, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants