IntellectualSites / documentation

A collection of documentation sources for our plugins hosted on gitbook
https://intellectualsites.gitbook.io/
MIT License
4 stars 7 forks source link

Fixed and optimized api-documentation for Gradle #47

Closed JonasDevDE closed 12 months ago

JonasDevDE commented 12 months ago

fix: renamed isTransitive -> transitive

chore: added note to use java 17

chore: simplified gradle

Description

This pull request addresses issues in the api-documentation.md file of PlotSquared. It streamlines the Gradle code and resolves an issue with an incorrectly named variable, "isTransitive."

### Submitter Checklist
- [x] Make sure you are opening from a topic branch (**/feature/fix/docs/ branch** (right side)) and not your main branch.
- [x] Ensure that the pull request title represents the desired changelog entry.
- [x] New public fields and methods are annotated with `@since TODO`.
- [x] I read and followed the [contribution guidelines](https://github.com/IntellectualSites/.github/blob/main/CONTRIBUTING.md).
JonasDevDE commented 12 months ago

Hey, I've split it into Groovy and Kotlin. Now it should work for both.

NotMyFault commented 12 months ago

Hey, I've split it into Groovy and Kotlin. Now it should work for both.

Groovy shouldn't be listed at all. Kotlin suffices and is what's preferred by the Gradle ecosystem.