Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release #10

Open
GeleVla opened this issue Mar 14, 2022 · 1 comment
Open

New release #10

GeleVla opened this issue Mar 14, 2022 · 1 comment

Comments

@GeleVla
Copy link

GeleVla commented Mar 14, 2022

Hi,

Can there be a new release? I have no idea how to build the jar myself ;)

@ForgettableUsername
Copy link

ForgettableUsername commented May 31, 2022

Hi,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants