mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Attempt 9
This commit is contained in:
parent
373ae84d2d
commit
6bf0c5d94c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ plugins {
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
id 'com.github.johnrengelman.shadow' version '6.1.0'
|
id 'com.github.johnrengelman.shadow' version '6.1.0'
|
||||||
id 'java'
|
id 'java'
|
||||||
id "com.jfrog.artifactory"
|
id "com.jfrog.artifactory" version '4.18.3'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'com.github.johnrengelman.shadow'
|
apply plugin: 'com.github.johnrengelman.shadow'
|
||||||
|
|
Loading…
Reference in a new issue