Skip to content

Commit

Permalink
It compiles again
Browse files Browse the repository at this point in the history
  • Loading branch information
DerEchtePilz committed May 9, 2024
1 parent f29a59c commit acda2d1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,6 @@
<version>1.0.17</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-test-bukkit-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-paper-shade</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Version-specific dependencies -->
<dependency>
Expand All @@ -119,6 +109,18 @@
<classifier>remapped-mojang</classifier>
<scope>provided</scope>
</dependency>

<!-- CommandAPI stuff -->
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-test-bukkit-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-paper-shade</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,6 @@
<version>1.0.17</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-test-bukkit-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-paper-shade</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Version-specific dependencies -->
<dependency>
Expand All @@ -119,6 +109,18 @@
<classifier>remapped-mojang</classifier>
<scope>provided</scope>
</dependency>

<!-- CommandAPI stuff -->
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-test-bukkit-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-paper-shade</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
Expand Down
3 changes: 2 additions & 1 deletion commandapi-test/commandapi-test-bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
<module>commandapi-test-bukkit-impl-1.17</module>
<module>commandapi-test-bukkit-impl-1.18</module>
<module>commandapi-test-bukkit-impl-1.19.2</module>
<!-- These modules need implementing in Paper
<module>commandapi-test-bukkit-impl-1.19.4</module>
<module>commandapi-test-bukkit-impl-1.20</module>
<module>commandapi-test-bukkit-impl-1.20.2</module>
<module>commandapi-test-bukkit-impl-1.20.3</module>
<module>commandapi-test-bukkit-impl-1.20.5</module>
<module>commandapi-test-bukkit-impl-1.20.5</module> -->
</modules>

</project>

0 comments on commit acda2d1

Please sign in to comment.