Automated build updates

This commit is contained in:
Will Hedgecock 2021-04-14 10:53:31 -05:00
parent d9580f1d5c
commit 6a8621a2cb
2 changed files with 0 additions and 7 deletions

View File

@ -11,7 +11,6 @@ jobs:
- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v1
with:
arguments: -Dautomated=true
repo-token: ${{ secrets.GRADLE_UPDATE_PAT }}
reviewers: hedgecrw
labels: automated pr

View File

@ -15,12 +15,6 @@ archivesBaseName = 'jSerialComm'
version = '2.6.2'
ext.moduleName = 'com.fazecast.jSerialComm'
if (!System.getProperty("automated", "false").equals("true"))
{
assert hasProperty('java6Home'): "Set the property 'java6Home' in your gradle.properties file pointing to a Java 6 JDK installation"
assert hasProperty('java9Home'): "Set the property 'java9Home' in your gradle.properties file pointing to a Java 9 JDK installation"
}
sourceCompatibility = 1.6
targetCompatibility = 1.6
javadoc.options.links("https://docs.oracle.com/javase/9/docs/api/")