mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 06:30:46 +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>
|
||||
+ <groupId>com.lukegb.mojo</groupId>
|
||||
+ <artifactId>gitdescribe-maven-plugin</artifactId>
|
||||
+ <version>3.1-SNAPSHOT</version>
|
||||
+ <version>1.3</version>
|
||||
+ <configuration>
|
||||
+ <outputPrefix>git-PaperSpigot-</outputPrefix>
|
||||
+ <scmDirectory>${project.}</scmDirectory>
|
||||
+ </configuration>
|
||||
+ <executions>
|
||||
+ <execution>
|
||||
|
|
Loading…
Reference in a new issue