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

Migrate to Gradle #168

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Migrate to Gradle #168

wants to merge 12 commits into from

Conversation

HaHaWTH
Copy link
Owner

@HaHaWTH HaHaWTH commented Jun 5, 2024

This pull request aims to move entire AuthMe project to gradle build system, drop Spigot support and versions before Minecraft 1.17.

Tasks:

  • Migrate project to gradle
  • Cleanup useless shaded dependencies as Paper already include them
  • Test basic functionality

TheFloodDragon and others added 7 commits June 5, 2024 21:00
Completely remove maven build (pom.xml and maven.yml)
Delete some useless(might) files
[Experimental] Switch Dependency Management Tool to Gradle Kotlin DSL
@HaHaWTH HaHaWTH added the enhancement New feature or request label Jun 5, 2024
@HaHaWTH HaHaWTH self-assigned this Jun 5, 2024
@HaHaWTH HaHaWTH added the Priority: Low issue/suggestion label Jun 22, 2024
# Conflicts:
#	.github/workflows/maven.yml
#	pom.xml
#	src/main/resources/plugin.yml
@HaHaWTH HaHaWTH linked an issue Dec 13, 2024 that may be closed by this pull request
@HaHaWTH HaHaWTH added Priority: High issue/suggestion and removed Priority: Low issue/suggestion labels Dec 13, 2024
* Update

* Don't filter files under `META-INF`

* Update workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: High issue/suggestion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop support for Spigot and legacy versions
3 participants