mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-03 02:33:43 +01:00 
			
		
		
		
	Update version offset to match ci
This commit is contained in:
		@@ -32,7 +32,7 @@ ext {
 | 
			
		||||
    date = git.head().getDate().format("yy.MM.dd")
 | 
			
		||||
    revision = "-${git.head().abbreviatedId}"
 | 
			
		||||
    parents = git.head().parentIds;
 | 
			
		||||
    index = -2049;  // Offset to match CI
 | 
			
		||||
    index = -2046;  // Offset to match CI
 | 
			
		||||
    for (; parents != null && !parents.isEmpty(); index++) {
 | 
			
		||||
        parents = git.getResolve().toCommit(parents.get(0)).getParentIds()
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user