Generify VERSION

master
William 2 years ago
parent 94346e49cb
commit 1a6303b64b

@ -26,7 +26,7 @@ build.gradle file as per below.
<dependency> <dependency>
<groupId>net.william278</groupId> <groupId>net.william278</groupId>
<artifactId>HSLDataConverter</artifactId> <artifactId>HSLDataConverter</artifactId>
<version>1.0.0</version> <version>VERSION</version>
</dependency> </dependency>
``` ```
@ -40,7 +40,7 @@ repositories {
```groovy ```groovy
dependencies { dependencies {
implementation 'net.william278:HSLDataConverter:1.0.0' implementation 'net.william278:HSLDataConverter:VERSION'
} }
``` ```

Loading…
Cancel
Save