Skip to content

Commit

Permalink
[CORE] Bump Lombok to same version used in Production. Add `TODO_Rewr…
Browse files Browse the repository at this point in the history
…ite.md`, will eventually be ignored.

Signed-off-by: Wolfieheart <[email protected]>
  • Loading branch information
Wolfieheart committed Jan 3, 2025
1 parent 503469c commit 3f52654
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions TODO_Rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

## In Progress
- Menus from 1.21.4-48
- Sizing Rework
- Preset poses
- Standard ASE Menu

## TODO:
- Player Editor Reimplementation
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.16</version>
<version>1.18.34</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -91,6 +91,10 @@
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<compilerArgs>
<arg>--add-opens</arg>
<arg>jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ArmorStandEditor
version: '0.0.0.1'
main: io.rypofalem.armorstandeditor.ArmorStandEditorPlugin
main: io.github.rypofalem.armorstandeditor.ArmorStandEditorPlugin
api-version: '1.21'
load: STARTUP
author: Wolfstorm
Expand Down

0 comments on commit 3f52654

Please sign in to comment.