Removed Maven pom generation because not sure how to add custom maven.

This commit is contained in:
Speiger 2021-06-22 14:22:32 +02:00
parent 9aedebd317
commit b165524c36
1 changed files with 0 additions and 10 deletions

View File

@ -7,16 +7,6 @@ It has a cache that keeps track of the input (if it was changed), and only cares
It is as bare bones as it can get but that also makes it flexible.
# How to install
Using Maven:
```xml
<dependency>
<groupId>de.speiger</groupId>
<artifactId>Simple-Code-Generator</artifactId>
<version>1.0.2</version>
</dependency>
```
Using Gradle:
```gradle
repositories {