aboutsummaryrefslogtreecommitdiff
path: root/dependency-reduced-pom.xml
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-06-26 12:57:09 +0200
committerClyhtsuriva <aimeric@adjutor.xyz>2021-06-26 12:57:09 +0200
commit443140cfbde040afd3f1b279c77e2b8d61765c85 (patch)
tree34bb4d4ec8f2c1495938040aa8bf04791926ceb3 /dependency-reduced-pom.xml
parente64ffae239b19871704b4ac1e9cd58275ed58622 (diff)
Update
Diffstat (limited to 'dependency-reduced-pom.xml')
-rw-r--r--dependency-reduced-pom.xml38
1 files changed, 19 insertions, 19 deletions
diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml
index 027738e..de729db 100644
--- a/dependency-reduced-pom.xml
+++ b/dependency-reduced-pom.xml
@@ -11,16 +11,16 @@
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- <configuration>
- <transformers>
- <transformer>
- <mainClass>musichub.main.Main</mainClass>
- </transformer>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <transformers>
+ <transformer>
+ <mainClass>musichub.main.Main</mainClass>
+ </transformer>
</transformers>
</configuration>
</execution>
@@ -49,15 +49,15 @@
</execution>
</executions>
</plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>16</source>
- <target>16</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>16</source>
+ <target>16</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<properties>
<maven.compiler.release>16</maven.compiler.release>
<maven.compiler.target>16</maven.compiler.target>