Skip to content
This repository was archived by the owner on May 12, 2024. It is now read-only.

Commit 173250a

Browse files
committed
Release 1.1.1
1 parent 07076e4 commit 173250a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can also find instructions how to implement it into your build script there.
4545
After adding the repository to your gradle project you can apply the plugin like this:
4646
```groovy
4747
plugins {
48-
id "net.raphimc.java-downgrader" version "1.1.1-SNAPSHOT"
48+
id "net.raphimc.java-downgrader" version "x.x.x"
4949
}
5050
```
5151

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ org.gradle.configureondemand=true
44

55
maven_group=net.raphimc.javadowngrader
66
maven_name=core
7-
maven_version=1.1.1-SNAPSHOT
7+
maven_version=1.1.1

0 commit comments

Comments
 (0)