Compile against 1.18 not 1.18.1 for now
This commit is contained in:
		| @@ -16,14 +16,14 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.spigotmc</groupId> |             <groupId>org.spigotmc</groupId> | ||||||
|             <artifactId>spigot</artifactId> |             <artifactId>spigot</artifactId> | ||||||
|             <version>1.18.1-R0.1-SNAPSHOT</version> |             <version>1.18-R0.1-SNAPSHOT</version> | ||||||
|             <classifier>remapped-mojang</classifier> |             <classifier>remapped-mojang</classifier> | ||||||
|             <scope>provided</scope> |             <scope>provided</scope> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.spigotmc</groupId> |             <groupId>org.spigotmc</groupId> | ||||||
|             <artifactId>spigot-api</artifactId> |             <artifactId>spigot-api</artifactId> | ||||||
|             <version>1.18.1-R0.1-SNAPSHOT</version> |             <version>1.18-R0.1-SNAPSHOT</version> | ||||||
|             <scope>provided</scope> |             <scope>provided</scope> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
| @@ -51,9 +51,9 @@ | |||||||
|                         </goals> |                         </goals> | ||||||
|                         <id>remap-obf</id> |                         <id>remap-obf</id> | ||||||
|                         <configuration> |                         <configuration> | ||||||
|                             <srgIn>org.spigotmc:minecraft-server:1.18.1-R0.1-SNAPSHOT:txt:maps-mojang</srgIn> |                             <srgIn>org.spigotmc:minecraft-server:1.18-R0.1-SNAPSHOT:txt:maps-mojang</srgIn> | ||||||
|                             <reverse>true</reverse> |                             <reverse>true</reverse> | ||||||
|                             <remappedDependencies>org.spigotmc:spigot:1.18.1-R0.1-SNAPSHOT:jar:remapped-mojang</remappedDependencies> |                             <remappedDependencies>org.spigotmc:spigot:1.18-R0.1-SNAPSHOT:jar:remapped-mojang</remappedDependencies> | ||||||
|                             <remappedArtifactAttached>true</remappedArtifactAttached> |                             <remappedArtifactAttached>true</remappedArtifactAttached> | ||||||
|                             <remappedClassifierName>remapped-obf</remappedClassifierName> |                             <remappedClassifierName>remapped-obf</remappedClassifierName> | ||||||
|                         </configuration> |                         </configuration> | ||||||
| @@ -66,8 +66,8 @@ | |||||||
|                         <id>remap-spigot</id> |                         <id>remap-spigot</id> | ||||||
|                         <configuration> |                         <configuration> | ||||||
|                             <inputFile>${project.build.directory}/${project.artifactId}-${project.version}-remapped-obf.jar</inputFile> |                             <inputFile>${project.build.directory}/${project.artifactId}-${project.version}-remapped-obf.jar</inputFile> | ||||||
|                             <srgIn>org.spigotmc:minecraft-server:1.18.1-R0.1-SNAPSHOT:csrg:maps-spigot</srgIn> |                             <srgIn>org.spigotmc:minecraft-server:1.18-R0.1-SNAPSHOT:csrg:maps-spigot</srgIn> | ||||||
|                             <remappedDependencies>org.spigotmc:spigot:1.18.1-R0.1-SNAPSHOT:jar:remapped-obf</remappedDependencies> |                             <remappedDependencies>org.spigotmc:spigot:1.18-R0.1-SNAPSHOT:jar:remapped-obf</remappedDependencies> | ||||||
|                             <remappedArtifactAttached>true</remappedArtifactAttached> |                             <remappedArtifactAttached>true</remappedArtifactAttached> | ||||||
|                             <remappedClassifierName>remapped-spigot</remappedClassifierName> |                             <remappedClassifierName>remapped-spigot</remappedClassifierName> | ||||||
|                         </configuration> |                         </configuration> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user