Skip to content

Commit

Permalink
Fix build [release] [noannounce]
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Apr 27, 2024
1 parent 3d0dd67 commit bed38d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bed38d4

Please sign in to comment.