Skip to content

Commit

Permalink
Merge pull request #307 from ajoberstar/gradle6
Browse files Browse the repository at this point in the history
Bump gradle and dependencies
  • Loading branch information
ajoberstar authored Nov 15, 2019
2 parents 97924f3 + 92afffb commit 6428f6f
Show file tree
Hide file tree
Showing 28 changed files with 81 additions and 189 deletions.
81 changes: 0 additions & 81 deletions .circleci/config.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches:
- master
pull_request:
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11, 13]
fail-fast: false
steps:
- uses: "actions/checkout@master"
- uses: "actions/setup-java@master"
with:
java-version: ${{ matrix.java }}
- name: "Gradle check"
run: "./gradlew check"
31 changes: 31 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
on:
push:
tags:
- "*"
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11]
fail-fast: false
steps:
- uses: "actions/checkout@master"
- uses: "actions/setup-java@master"
with:
java-version: ${{ matrix.java }}
- run: "./gradlew check --continue"
publish:
runs-on: ubuntu-latest
needs: check
steps:
- uses: "actions/checkout@master"
- uses: "actions/setup-java@master"
with:
java-version: 11
- name: "Gradle publish"
env:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
GRADLE_OPTS: "-Dorg.gradle.project.gradle.publish.key=${{ secrets.GRADLE_PLUGIN_KEY }} -Dorg.gradle.project.gradle.publish.secret=${{ secrets.GRADLE_PLUGIN_SECRET }}"
run: "./gradlew publish publishPlugins"
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'org.ajoberstar.defaults' version '0.15.1'
id 'org.ajoberstar.stutter' version '0.5.1'
id 'org.jbake.site' version '5.0.0'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 3 additions & 3 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -125,8 +125,8 @@ if $darwin; then
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
fi

# For Cygwin, switch paths to Windows format before running java
if $cygwin ; then
# For Cygwin or MSYS, switch paths to Windows format before running java
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
JAVACMD=`cygpath --unix "$JAVACMD"`
Expand Down
2 changes: 1 addition & 1 deletion gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem https://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
12 changes: 0 additions & 12 deletions grgit-core/gradle/dependency-locks/compile.lockfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ org.bouncycastle:bcpg-jdk15on:1.61
org.bouncycastle:bcpkix-jdk15on:1.61
org.bouncycastle:bcprov-jdk15on:1.61
org.codehaus.groovy:groovy:2.5.8
org.eclipse.jgit:org.eclipse.jgit:5.5.0.201909110433-r
org.eclipse.jgit:org.eclipse.jgit:5.5.1.201910021850-r
org.slf4j:slf4j-api:1.7.2
13 changes: 0 additions & 13 deletions grgit-core/gradle/dependency-locks/default.lockfile

This file was deleted.

12 changes: 0 additions & 12 deletions grgit-core/gradle/dependency-locks/runtime.lockfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ com.jcraft:jzlib:1.1.1
org.bouncycastle:bcpg-jdk15on:1.61
org.bouncycastle:bcpkix-jdk15on:1.61
org.bouncycastle:bcprov-jdk15on:1.61
org.eclipse.jgit:org.eclipse.jgit:5.5.0.201909110433-r
org.eclipse.jgit:org.eclipse.jgit:5.5.1.201910021850-r
org.slf4j:slf4j-api:1.7.2
12 changes: 0 additions & 12 deletions grgit-core/gradle/dependency-locks/testCompile.lockfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.googlecode.javaewah:JavaEWAH:1.1.6
com.jcraft:jsch:0.1.55
com.jcraft:jzlib:1.1.1
junit:junit:4.13-beta-3
junit:junit:4.13-rc-1
org.bouncycastle:bcpg-jdk15on:1.61
org.bouncycastle:bcpkix-jdk15on:1.61
org.bouncycastle:bcprov-jdk15on:1.61
Expand All @@ -16,7 +16,7 @@ org.codehaus.groovy:groovy-templates:2.5.4
org.codehaus.groovy:groovy-test:2.5.4
org.codehaus.groovy:groovy-xml:2.5.4
org.codehaus.groovy:groovy:2.5.4
org.eclipse.jgit:org.eclipse.jgit:5.5.0.201909110433-r
org.eclipse.jgit:org.eclipse.jgit:5.5.1.201910021850-r
org.hamcrest:hamcrest-core:1.3
org.slf4j:slf4j-api:2.0.0-alpha0
org.slf4j:slf4j-api:2.0.0-alpha1
org.spockframework:spock-core:1.3-groovy-2.5
13 changes: 0 additions & 13 deletions grgit-core/gradle/dependency-locks/testRuntime.lockfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.googlecode.javaewah:JavaEWAH:1.1.6
com.jcraft:jsch:0.1.55
com.jcraft:jzlib:1.1.1
junit:junit:4.13-beta-3
junit:junit:4.13-rc-1
org.bouncycastle:bcpg-jdk15on:1.61
org.bouncycastle:bcpkix-jdk15on:1.61
org.bouncycastle:bcprov-jdk15on:1.61
Expand All @@ -16,8 +16,8 @@ org.codehaus.groovy:groovy-templates:2.5.4
org.codehaus.groovy:groovy-test:2.5.4
org.codehaus.groovy:groovy-xml:2.5.4
org.codehaus.groovy:groovy:2.5.4
org.eclipse.jgit:org.eclipse.jgit:5.5.0.201909110433-r
org.eclipse.jgit:org.eclipse.jgit:5.5.1.201910021850-r
org.hamcrest:hamcrest-core:1.3
org.slf4j:slf4j-api:2.0.0-alpha0
org.slf4j:slf4j-simple:2.0.0-alpha0
org.slf4j:slf4j-api:2.0.0-alpha1
org.slf4j:slf4j-simple:2.0.0-alpha1
org.spockframework:spock-core:1.3-groovy-2.5
3 changes: 2 additions & 1 deletion grgit-gradle/.stutter/java11.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# DO NOT MODIFY: Generated by Stutter plugin.
5.0
5.6.2
5.6.4
6.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# DO NOT MODIFY: Generated by Stutter plugin.
4.2.1
4.10.3
5.0
5.6.2
6.0
3 changes: 2 additions & 1 deletion grgit-gradle/.stutter/java8.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
4.0.2
4.10.3
5.0
5.6.2
5.6.4
6.0
6 changes: 3 additions & 3 deletions grgit-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ stutter {
java(8) {
compatibleRange '4.0'
}
java(9) {
compatibleRange '4.2.1'
}
java(11) {
compatibleRange '5.0'
}
java(13) {
compatibleRange '6.0'
}
}

pluginBundle {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
com.googlecode.javaewah:JavaEWAH:1.1.6
com.jcraft:jsch:0.1.55
com.jcraft:jzlib:1.1.1
junit:junit:4.13-beta-3
junit:junit:4.13-rc-1
org.bouncycastle:bcpg-jdk15on:1.61
org.bouncycastle:bcpkix-jdk15on:1.61
org.bouncycastle:bcprov-jdk15on:1.61
org.eclipse.jgit:org.eclipse.jgit:5.5.0.201909110433-r
org.eclipse.jgit:org.eclipse.jgit:5.5.1.201910021850-r
org.hamcrest:hamcrest-core:1.3
org.slf4j:slf4j-api:1.7.2
org.spockframework:spock-core:1.3-groovy-2.5
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
com.googlecode.javaewah:JavaEWAH:1.1.6
com.jcraft:jsch:0.1.55
com.jcraft:jzlib:1.1.1
junit:junit:4.13-beta-3
junit:junit:4.13-rc-1
org.bouncycastle:bcpg-jdk15on:1.61
org.bouncycastle:bcpkix-jdk15on:1.61
org.bouncycastle:bcprov-jdk15on:1.61
org.eclipse.jgit:org.eclipse.jgit:5.5.0.201909110433-r
org.eclipse.jgit:org.eclipse.jgit:5.5.1.201910021850-r
org.hamcrest:hamcrest-core:1.3
org.slf4j:slf4j-api:1.7.2
org.spockframework:spock-core:1.3-groovy-2.5
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ com.jcraft:jzlib:1.1.1
org.bouncycastle:bcpg-jdk15on:1.61
org.bouncycastle:bcpkix-jdk15on:1.61
org.bouncycastle:bcprov-jdk15on:1.61
org.eclipse.jgit:org.eclipse.jgit:5.5.0.201909110433-r
org.eclipse.jgit:org.eclipse.jgit:5.5.1.201910021850-r
org.slf4j:slf4j-api:1.7.2
12 changes: 0 additions & 12 deletions grgit-gradle/gradle/dependency-locks/default.lockfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ com.jcraft:jzlib:1.1.1
org.bouncycastle:bcpg-jdk15on:1.61
org.bouncycastle:bcpkix-jdk15on:1.61
org.bouncycastle:bcprov-jdk15on:1.61
org.eclipse.jgit:org.eclipse.jgit:5.5.0.201909110433-r
org.eclipse.jgit:org.eclipse.jgit:5.5.1.201910021850-r
org.slf4j:slf4j-api:1.7.2
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ com.jcraft:jzlib:1.1.1
org.bouncycastle:bcpg-jdk15on:1.61
org.bouncycastle:bcpkix-jdk15on:1.61
org.bouncycastle:bcprov-jdk15on:1.61
org.eclipse.jgit:org.eclipse.jgit:5.5.0.201909110433-r
org.eclipse.jgit:org.eclipse.jgit:5.5.1.201910021850-r
org.slf4j:slf4j-api:1.7.2
Loading

0 comments on commit 6428f6f

Please sign in to comment.