Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
- gone another way. adding a profile that toggle implementation build…
Browse files Browse the repository at this point in the history
…ing. This hopefully fixes the build failure on Travis-ci
  • Loading branch information
yannicklamprecht committed Aug 17, 2017
1 parent b7aaa60 commit 36dfe5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions PathfinderPlugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PathfinderAPI
main: org.bukkit.craftbukkit.PathfinderGoalPlugin
version: 0.0.1
main: org.bukkit.craftbukkit.v1_12_R1.PathfinderGoalPlugin
version: 0.0.2
author: ysl3000
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<version>1.0-SNAPSHOT</version>
<modules>
<module>PathfinderAPI</module>
<module>PathfinderPlugin</module>
</modules>

<properties>
Expand All @@ -22,14 +21,9 @@

<profiles>
<profile>
<id>ci</id>
<activation>
<property>
<name>!debug</name>
</property>
</activation>
<id>Impl</id>
<modules>
<module>PathfinderAPI</module>
<module>PathfinderPlugin</module>
</modules>
</profile>
</profiles>
Expand Down

0 comments on commit 36dfe5d

Please sign in to comment.