Skip to content

Commit

Permalink
Changed jitpack.yml to maybe get it working with gradle 7
Browse files Browse the repository at this point in the history
  • Loading branch information
retrodaredevil committed Sep 3, 2021
1 parent c058a50 commit aa65a08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ buildscript {

plugins {
id 'com.diffplug.spotless' version '5.14.0' // https://search.maven.org/search?q=a:spotless-plugin-gradle
id 'maven-publish'
}

version "0.0.1-SNAPSHOT"
Expand Down
3 changes: 3 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
jdk:
- openjdk11
install:
- echo "Doing custom publishToMavenLocal gradle build to work with Gradle 7"
- ./gradlew build -x test publishToMavenLocal

0 comments on commit aa65a08

Please sign in to comment.