Start Forge 1.20.6 code (not yet functional)
This commit is contained in:
parent
d00ff62426
commit
d78a4fd11b
32 changed files with 3655 additions and 30 deletions
|
|
@ -12,7 +12,8 @@ buildscript {
|
|||
}
|
||||
|
||||
plugins {
|
||||
id "com.github.johnrengelman.shadow" version "7.1.0"
|
||||
//id "com.github.johnrengelman.shadow" version "7.1.0"
|
||||
id "io.github.goooler.shadow" version "8.1.7"
|
||||
id 'java'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
|
@ -52,7 +53,7 @@ ext {
|
|||
}
|
||||
|
||||
subprojects {
|
||||
apply plugin: "com.github.johnrengelman.shadow"
|
||||
apply plugin: "io.github.goooler.shadow"
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue