mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Fix build [release] [noannounce]
This commit is contained in:
parent
3d0dd67389
commit
bed38d425f
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,15 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
|
|||
|
||||
import java.util.stream.Stream
|
||||
|
||||
buildscript {
|
||||
configurations.classpath {
|
||||
resolutionStrategy {
|
||||
// Fix https://github.com/jreleaser/jreleaser/issues/1643
|
||||
force 'org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "io.codearte.nexus-staging" version "0.30.0"
|
||||
id 'org.gradlex.extra-java-module-info' version '1.8' apply false
|
||||
|
|
Loading…
Reference in a new issue