diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 80a7290ee..12579db4e 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -5,9 +5,9 @@ name: Check code on: push: - branches: [ 1.7.10 ] + branches: [ gradle-3 ] pull_request: - branches: [ 1.7.10 ] + branches: [ gradle-3 ] jobs: build: diff --git a/README.md b/README.md index 41491d827..f15e444e8 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,4 @@ fix EnergyMatrix use IC2 cable(EnergyNetBug) connecting valve as a loop to fully #### maggi373 : fix for bin dupe bug, removed the ability to stack bins, quick solution but it works +test diff --git a/gradlew b/gradlew index 8b471169f..a31dd5208 100644 --- a/gradlew +++ b/gradlew @@ -8,7 +8,6 @@ # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. DEFAULT_JVM_OPTS="" -JAVA_HOME="C:\Program Files\AdoptOpenJDK\jdk-8.0.265.01-hotspot\" APP_NAME="Gradle" APP_BASE_NAME=`basename "$0"`