forked from WinPlay02/GitCraft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update semantic versioning and version ordering of Skyrising manifest
- Loading branch information
1 parent
a571dde
commit a5f5227
Showing
3 changed files
with
56 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/main/groovy/com/github/winplay02/gitcraft/meta/VersionDetails.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package com.github.winplay02.gitcraft.meta; | ||
|
||
import java.util.List; | ||
|
||
public record VersionDetails(String id, String normalizedVersion, List<String> next, List<String> previous, | ||
boolean client, boolean server, boolean sharedMappings) { | ||
} |