You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can there be a new release? I have no idea how to build the jar myself ;)
Smart Import this git repository with eclipse. Add <repository> <id>vertcode</id> <url>https://repo.wesleybreukers.nl/repository/vertcode/</url> </repository>
to your repositories
Change <dependency> <groupId>eu.vertcode</groupId> <artifactId>vertconfig</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency>
To <dependency> <groupId>eu.vertcode</groupId> <artifactId>vertconfig</artifactId> <version>1.0.1</version> <scope>compile</scope> </dependency>
Then right click velocity, hover over "Run As" then click "Maven install". :)
You will need a JDK to build.
Hi,
Can there be a new release? I have no idea how to build the jar myself ;)
The text was updated successfully, but these errors were encountered: