Skip to content

Commit

Permalink
chore: Fix maven guide
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bconlon1 authored Sep 22, 2023
1 parent 4482769 commit e5209df
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,20 @@ To install this mod through GitHub Packages in Gradle for development, you will
<details>
<summary> Buildscript Code</summary>

`settings.gradle`
```
buildscript {
repositories {
...
maven {
name 'Gradle'
url "https://plugins.gradle.org/m2/"
pluginManagement {
repositories {
gradlePluginPortal()
}
}
dependencies {
...
classpath group: 'io.github.0ffz', name: 'gpr-for-gradle', version: '1.+', changing: true
}
}
...
apply plugin: 'io.github.0ffz.github-packages'
```

`build.gradle`
```
plugins {
id 'io.github.0ffz.github-packages' version '[1,2)'
}
```

</details>
Expand Down

0 comments on commit e5209df

Please sign in to comment.