Skip to content

Commit

Permalink
Set project.branch to development
Browse files Browse the repository at this point in the history
While the JAR builds without this, the plugin will disable itelf on startup, accompanied by the following messages in console:

Invalid plugin version (branch has not been set).
To continue, set project branch to "development".
Running development code may result in data corruption.
  • Loading branch information
bigfinfrank authored Jan 15, 2025
1 parent 0035da5 commit 08aa394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>CoreProtect</artifactId>
<version>22.4</version>
<properties>
<project.branch></project.branch>
<project.branch>development</project.branch>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
Expand Down Expand Up @@ -165,4 +165,4 @@
<version>2.23.1</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 08aa394

Please sign in to comment.