You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ If you just want to downgrade .jar files you can check out the [Usage (Standalon
16
16
If you want the executable jar file you can download a stable release from [GitHub](https://github.com/RaphiMC/JavaDowngrader/releases/latest) or the latest dev version from this [Jenkins](https://build.lenni0451.net/job/JavaDowngrader/).
17
17
18
18
### Gradle/Maven
19
-
To use JavaDowngrader with Gradle/Maven you can use this [Maven server](https://maven.lenni0451.net/#/releases/net/raphimc/JavaDowngrader) or [Jitpack](https://jitpack.io/#RaphiMC/JavaDowngrader).
19
+
To use JavaDowngrader with Gradle/Maven you can get it from [Maven central](https://mvnrepository.com/artifact/net.raphimc.javadowngrader), [Lenni0451's maven](https://maven.lenni0451.net/#/releases/net/raphimc/javadowngrader) or [Jitpack](https://jitpack.io/#RaphiMC/JavaDowngrader).
20
20
You can also find instructions how to implement it into your build script there.
21
21
22
22
## Usage (Standalone/Bootstrap)
@@ -39,19 +39,13 @@ As a low level class modification framework in your application [ClassTransform]
39
39
JavaDowngrader provides the ``impl-classtransform`` submodule which contains various utility classes for ClassTransform.
40
40
41
41
## Usage (In Gradle)
42
-
To use JavaDowngrader in gradle (To downgrade a whole jar or one of your source sets) you have to add the following to the top of your build.gradle:
43
-
```groovy
44
-
buildscript {
45
-
repositories {
46
-
maven {
47
-
name = "Lenni0451 Releases"
48
-
url "https://maven.lenni0451.net/releases"
49
-
}
50
-
}
42
+
To use JavaDowngrader in Gradle you can get it from [Lenni0451's maven](https://maven.lenni0451.net/#/releases/net/raphimc/javadowngrader).
43
+
You can also find instructions how to implement it into your build script there.
0 commit comments