-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
update source/plugin/project/gradle to api-8 #888
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you deal with dual's dilemmas I'd be delighted. There's no more I can usefully add.
cc9b257
to
dc6a5ff
Compare
dc6a5ff
to
cf778d7
Compare
|
||
plugins { | ||
id 'java' | ||
id 'org.spongepowered.plugin' version '0.11.3' | ||
r"""`java-library` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r"""
?
@@ -114,18 +120,17 @@ Without SpongeGradle | |||
Generally, everything necessary to compile a Sponge plugin using Gradle can be done by simply adding the SpongeAPI | |||
dependency to your project: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not as true anymore -- you'd have to manually write out a metadata file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: zml <[email protected]>
Bump Bump. @ImMorpheus can you resolve the last few bits? I'd love to merge this. |
The minimal example is based on https://github.com/SpongePowered/sponge-plugin-template/blob/api-8/build.gradle.kts
Fix #877