Skip to content

Commit

Permalink
fixed git publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Dec 12, 2019
1 parent 1e61f22 commit 9960bc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check
name: Release

on:
push:
Expand All @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
env:
GRADLE_OPTS: "-Xmx6g -Xms4g"
GRGIT_USER: ${{ github.actor }}
GRGIT_PASS: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
Expand Down
5 changes: 3 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pluginManagement {
id 'org.kordamp.gradle.bintray' version kordampVersion
id 'org.kordamp.gradle.guide' version kordampVersion
id 'com.github.kt3k.coveralls' version '2.9.0'
id 'org.ajoberstar.git-publish' version '2.1.1'
id 'org.ajoberstar.git-publish' version '2.1.3'
}
}

Expand All @@ -36,9 +36,10 @@ buildscript {
dependencies {
classpath "org.kordamp.gradle:settings-gradle-plugin:$kordampVersion"
// forces the version suitable for all currently used plugins
classpath 'org.eclipse.jgit:org.eclipse.jgit:4.11.9.201909030838-r', {
classpath 'org.eclipse.jgit:org.eclipse.jgit:5.3.6.201910020505-r', {
force = true
}
classpath 'org.ajoberstar.grgit:grgit-core:4.0.0'
}
}

Expand Down

0 comments on commit 9960bc5

Please sign in to comment.