Implemented argument tab complete #19

Merged
stijnb1234 merged 3 commits from feature/tab-complete into master 2023-09-21 15:35:34 +00:00
Showing only changes of commit 5f318fb4e7 - Show all commits

View file

@ -6,7 +6,7 @@
<groupId>tech.sbdevelopment</groupId> <groupId>tech.sbdevelopment</groupId>
<artifactId>ShowControl</artifactId> <artifactId>ShowControl</artifactId>
<version>1.4</version> <version>1.4.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>ShowControl</name> <name>ShowControl</name>
<url>https://sbdevelopment.tech</url> <url>https://sbdevelopment.tech</url>
@ -32,7 +32,7 @@
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version> <version>3.11.0</version>
<configuration> <configuration>
<release>17</release> <release>11</release>
<annotationProcessorPaths> <annotationProcessorPaths>
<path> <path>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>