Removed Maven pom generation because not sure how to add custom maven.
This commit is contained in:
parent
9aedebd317
commit
b165524c36
10
README.md
10
README.md
|
@ -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.
|
It is as bare bones as it can get but that also makes it flexible.
|
||||||
|
|
||||||
# How to install
|
# How to install
|
||||||
|
|
||||||
Using Maven:
|
|
||||||
```xml
|
|
||||||
<dependency>
|
|
||||||
<groupId>de.speiger</groupId>
|
|
||||||
<artifactId>Simple-Code-Generator</artifactId>
|
|
||||||
<version>1.0.2</version>
|
|
||||||
</dependency>
|
|
||||||
```
|
|
||||||
|
|
||||||
Using Gradle:
|
Using Gradle:
|
||||||
```gradle
|
```gradle
|
||||||
repositories {
|
repositories {
|
||||||
|
|
Loading…
Reference in New Issue