diff --git a/.gitignore b/.gitignore index de3b35e309037b1ff8b74ea3532129d991af73e3..7bcaf02a85f75b0982a69f17a14f225fe1881a70 100644 --- a/.gitignore +++ b/.gitignore @@ -35,5 +35,3 @@ thirdparty/build/ #build/ #output/ #lib/ - -gradle/wrapper/gradle-wrapper.properties \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000000000000000000000000000000000000..411ec4321b4d2b3c67716c1722e2fca99d725da6 --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,5 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https://services.gradle.org/distributions/gradle-7.2-bin.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists \ No newline at end of file diff --git a/gradlew b/gradlew old mode 100644 new mode 100755 diff --git a/thirdparty/idl-parser/build.gradle b/thirdparty/idl-parser/build.gradle index bbd3c94321244149cce96e57e0474493fe2a55f1..e9ce132f1070841073494cbeec65cce39755a587 100644 --- a/thirdparty/idl-parser/build.gradle +++ b/thirdparty/idl-parser/build.gradle @@ -14,30 +14,7 @@ ext { } repositories { - //mavenCentral() - maven { - url 'https://artifactory.ep.chehejia.com/artifactory/jcenter/' - credentials { - username = "$artifactory_user" - password = "$artifactory_password" - } - } - - maven { - url 'https://artifactory.ep.chehejia.com/artifactory/google/dl/android/maven2/' - credentials { - username = "$artifactory_user" - password = "$artifactory_password" - } - } - - maven { - url 'https://artifactory.ep.chehejia.com/artifactory/maven' - credentials { - username = "$artifactory_user" - password = "$artifactory_password" - } - } + mavenCentral() } dependencies { @@ -122,26 +99,13 @@ publishing { buildscript { // ...其他配置... repositories { - maven { - url 'https://artifactory.ep.chehejia.com/artifactory/jcenter/' - credentials { - username = "${artifactory_user}" - password = "${artifactory_password}" - } - } // ...其他可能的仓库... } // ...其他配置... } repositories { - maven { - url 'https://artifactory.ep.chehejia.com/artifactory/maven' - credentials { - username = "${artifactory_user}" - password = "${artifactory_password}" - } - } + } dependencies {