mirror of
https://github.com/anas-elgarhy/JColorfulConsole.git
synced 2024-08-14 23:57:19 +00:00
Improve the pom file and add the build plugin
This commit is contained in:
parent
124377759b
commit
a899211ac6
1 changed files with 21 additions and 1 deletions
22
pom.xml
22
pom.xml
|
@ -6,7 +6,27 @@
|
|||
|
||||
<groupId>com.anas.jcolorfulconsole</groupId>
|
||||
<artifactId>JColorfulConsole</artifactId>
|
||||
<version>0.1.1</version>
|
||||
<version>0.1.2</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>JColorfulConsole</name>
|
||||
<description>A colorful console for Java</description>
|
||||
<url>https://jitpack.io/#Anas-Elgarhy/JColorfulConsole</url>
|
||||
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.2</version>
|
||||
<configuration>
|
||||
<source>18</source>
|
||||
<target>18</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>18</maven.compiler.source>
|
||||
|
|
Loading…
Reference in a new issue