Skip to content

Commit

Permalink
feat: Add support for Minecraft 1.20 in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeV220 committed Jun 14, 2023
1 parent 8611fde commit 79f5037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ dependencies {
implementation project(path: ':multiver:mc-1-19', configuration: 'reobf')
implementation project(path: ':multiver:mc-1-19-3', configuration: 'reobf')
implementation project(path: ':multiver:mc-1-19-4', configuration: 'reobf')
implementation project(path: ':multiver:mc-1-20', configuration: 'reobf')
implementation project(path: ':folia:folia-1-19-4')
}

Expand Down
1 change: 1 addition & 0 deletions bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies {
compileOnly project(path: ':multiver:mc-1-19', configuration: 'reobf')
compileOnly project(path: ':multiver:mc-1-19-3', configuration: 'reobf')
compileOnly project(path: ':multiver:mc-1-19-4', configuration: 'reobf')
compileOnly project(path: ':multiver:mc-1-20', configuration: 'reobf')
compileOnly project(path: ':folia:folia-1-19-4')

implementation "net.kyori:adventure-platform-bukkit:4.3.0"
Expand Down

0 comments on commit 79f5037

Please sign in to comment.