mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-17 02:34:30 +01:00
Downgrade versioning plugin, fix build
This commit is contained in:
parent
134dc373d2
commit
8ffb9ef6ea
1 changed files with 2 additions and 1 deletions
|
@ -103,9 +103,10 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
- </plugin>
|
- </plugin>
|
||||||
+ <groupId>com.lukegb.mojo</groupId>
|
+ <groupId>com.lukegb.mojo</groupId>
|
||||||
+ <artifactId>gitdescribe-maven-plugin</artifactId>
|
+ <artifactId>gitdescribe-maven-plugin</artifactId>
|
||||||
+ <version>3.1-SNAPSHOT</version>
|
+ <version>1.3</version>
|
||||||
+ <configuration>
|
+ <configuration>
|
||||||
+ <outputPrefix>git-PaperSpigot-</outputPrefix>
|
+ <outputPrefix>git-PaperSpigot-</outputPrefix>
|
||||||
|
+ <scmDirectory>${project.}</scmDirectory>
|
||||||
+ </configuration>
|
+ </configuration>
|
||||||
+ <executions>
|
+ <executions>
|
||||||
+ <execution>
|
+ <execution>
|
||||||
|
|
Loading…
Add table
Reference in a new issue