Skip to content

Commit

Permalink
Minor fixes, locked versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mockitoguy committed May 9, 2021
1 parent 17239ae commit cef375d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -81,9 +81,9 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v2 # https://github.com/actions/checkout
with:
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
uses: actions/checkout@v2 # https://github.com/actions/checkout
with:
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci

- name: Set up Java 8
uses: actions/setup-java@v2
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -8,12 +8,12 @@ buildscript {
classpath 'gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:0.14.0'
classpath 'net.ltgt.gradle:gradle-errorprone-plugin:2.0.1'

classpath "io.github.gradle-nexus:publish-plugin:1.+"
classpath 'org.shipkit:shipkit-changelog:1.+'
classpath "io.github.gradle-nexus:publish-plugin:1.1.0"
classpath 'org.shipkit:shipkit-changelog:1.1.15'

classpath 'com.google.googlejavaformat:google-java-format:1.10.0'

classpath 'pl.allegro.tech.build:axion-release-plugin:1.+'
classpath 'pl.allegro.tech.build:axion-release-plugin:1.13.2'
}
}

Expand Down

0 comments on commit cef375d

Please sign in to comment.