Skip to content

Commit

Permalink
Update examples to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vankka committed Jul 5, 2024
1 parent 5155642 commit ba9eb3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}
dependencies {
implementation 'dev.vankka:dependencydownload-runtime:1.2.1'
implementation 'dev.vankka:dependencydownload-runtime:1.3.1'
}
```

Expand All @@ -36,7 +36,7 @@ repositories {
}
dependencies {
implementation 'dev.vankka:dependencydownload-runtime:1.2.2-SNAPSHOT'
implementation 'dev.vankka:dependencydownload-runtime:1.3.2-SNAPSHOT'
}
```
</details>
Expand All @@ -59,7 +59,7 @@ manager.loadAll(executor, classpathAppender).join(); // ClasspathAppender is a i
## Gradle plugin
```groovy
plugins {
id 'dev.vankka.dependencydownload.plugin' version '1.2.1'
id 'dev.vankka.dependencydownload.plugin' version '1.3.1'
}
dependencies {
Expand Down Expand Up @@ -97,7 +97,7 @@ Bring the jar minifying to the next extreme
```groovy
import dev.vankka.dependencydownload.task.GenerateDependencyDownloadResourceTask
plugins {
id 'dev.vankka.dependencydownload.plugin' version '1.2.1'
id 'dev.vankka.dependencydownload.plugin' version '1.3.1'
}
configurations {
Expand All @@ -109,7 +109,7 @@ repositories {
}
dependencies {
implementation('dev.vankka:dependencydownload-runtime:1.2.1') {
implementation('dev.vankka:dependencydownload-runtime:1.3.1') {
exclude module: 'jar-relocator'
}
jarRelocator 'me.lucko:jar-relocator:1.4'
Expand Down

0 comments on commit ba9eb3e

Please sign in to comment.