Skip to content

Commit

Permalink
Remove lombok from README
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Dec 28, 2024
1 parent 61615a6 commit ff41a4a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,7 @@ All stable releases (including deobfuscated builds) can be found on [CurseForge]

### Branching Strategy

For every major Minecraft version, two branches exist:

* `master-{mc_version}`: Latest (potentially unstable) development.
* `release-{mc_version}`: Latest stable release for that Minecraft version. This is also tagged with all mod releases.

### Building and setting up a development environment

This mod uses [Project Lombok](http://projectlombok.org/) -- an annotation processor that allows us you to generate constructors, getters and setters using annotations -- to speed up recurring tasks and keep part of our codebase clean at the same time. Because of this it is advised that you install a plugin for your IDE that supports Project Lombok. Should you encounter any weird errors concerning missing getter or setter methods, it's probably because your code has not been processed by Project Lombok's processor. A list of Project Lombok plugins can be found [here](http://projectlombok.org/download.html).
For every major Minecraft version, a `master-{mc_version} branch exists.

### License
All code and images are licenced under the [MIT License](https://github.com/CyclopsMC/Flopper/blob/master-1.12/LICENSE.txt)

0 comments on commit ff41a4a

Please sign in to comment.