use JAVA8_HOME for the gradle step in createLocalAwsApiP2Repository.sh

This commit is contained in:
Axel Uhl
2022-12-19 17:19:32 +01:00
parent a9d6a544e5
commit 74e18eaff8
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -15,12 +15,12 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.6.4'
classpath "com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.3"
classpath "org.ajoberstar:grgit:2.3.0"
classpath "org.ajoberstar:grgit:5.0.0"
}
}
plugins {
id 'org.ajoberstar.grgit' version '2.3.0'
id 'org.ajoberstar.grgit' version '5.0.0'
}
allprojects {