diff --git a/gradle/ci-configs/gradle.properties b/gradle/ci-configs/gradle.properties deleted file mode 100644 index 365c9bb7..00000000 --- a/gradle/ci-configs/gradle.properties +++ /dev/null @@ -1,6 +0,0 @@ -org.gradle.jvmargs=-Xmx2048m -android.useAndroidX=true -android.enableJetifier=true -org.gradle.caching=false -kotlin.code.style=official - diff --git a/scripts/publish-local b/scripts/publish-local deleted file mode 100755 index 8244363a..00000000 --- a/scripts/publish-local +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -scripts/run-tests - -echo "Publishing libraries to the local Maven repository..." -echo "Are we running on CI? $1" -echo "Present directory is $PWD" - -# Script here... - -status=$? -if [ "$status" = 0 ] ; then - echo "Published library artifacts to the local Maven repository." - exit 0 -else - echo 1>&2 "Publishing failed; please resolve any issues and try again." - exit 1 -fi - diff --git a/scripts/run-benchmarks b/scripts/run-benchmarks deleted file mode 100755 index 14c3a5fe..00000000 --- a/scripts/run-benchmarks +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -# Script here... diff --git a/scripts/run-tests b/scripts/run-tests deleted file mode 100755 index 14c3a5fe..00000000 --- a/scripts/run-tests +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -# Script here... diff --git a/scripts/setup b/scripts/setup deleted file mode 100755 index 9d1ae82c..00000000 --- a/scripts/setup +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# Make local scripts executable -chmod -R +x scripts - -# Install Git Hooks -git config core.hooksPath scripts/hooks - diff --git a/scripts/update-docs b/scripts/update-docs deleted file mode 100755 index 14c3a5fe..00000000 --- a/scripts/update-docs +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -# Script here...