diff --git a/.gitignore b/.gitignore index e14e3ec..a83bb87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,2 @@ -# Gradle -.gradle/ build/ - -# IDEA .idea/ -*.iml - -# OSX -.DS_Store diff --git a/README.md b/README.md index 1862f29..1136701 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,3 @@ # CREMA-D Publishes `crema-d` on Artifactory. - -## Prerequisites - -[Java] must be installed. - -## Publishing - -Run `./gradlew publish`. - -An [Artifactory] account with deploy permissions must be configured via -Gradle properties `artifactoryUser` and `artifactoryApiKey`. - -[Artifactory]: https://artifactory.audeering.com/ -[Java]: https://sdkman.io/sdks#java diff --git a/.gitattributes b/previous/.gitattributes similarity index 100% rename from .gitattributes rename to previous/.gitattributes diff --git a/previous/.gitignore b/previous/.gitignore new file mode 100644 index 0000000..e14e3ec --- /dev/null +++ b/previous/.gitignore @@ -0,0 +1,10 @@ +# Gradle +.gradle/ +build/ + +# IDEA +.idea/ +*.iml + +# OSX +.DS_Store diff --git a/DESCRIPTION b/previous/DESCRIPTION similarity index 100% rename from DESCRIPTION rename to previous/DESCRIPTION diff --git a/MAINTAINERS b/previous/MAINTAINERS similarity index 100% rename from MAINTAINERS rename to previous/MAINTAINERS diff --git a/build.gradle b/previous/build.gradle similarity index 100% rename from build.gradle rename to previous/build.gradle diff --git a/convert-to-audb2/convert.py b/previous/convert-to-audb2/convert.py similarity index 100% rename from convert-to-audb2/convert.py rename to previous/convert-to-audb2/convert.py diff --git a/convert-to-audb2/requirements.txt b/previous/convert-to-audb2/requirements.txt similarity index 100% rename from convert-to-audb2/requirements.txt rename to previous/convert-to-audb2/requirements.txt diff --git a/convert-to-audb2/requirements.txt.lock b/previous/convert-to-audb2/requirements.txt.lock similarity index 100% rename from convert-to-audb2/requirements.txt.lock rename to previous/convert-to-audb2/requirements.txt.lock diff --git a/crema-d-data/build.gradle b/previous/crema-d-data/build.gradle similarity index 100% rename from crema-d-data/build.gradle rename to previous/crema-d-data/build.gradle diff --git a/crema-d-metadata/build.gradle b/previous/crema-d-metadata/build.gradle similarity index 100% rename from crema-d-metadata/build.gradle rename to previous/crema-d-metadata/build.gradle diff --git a/crema-d-metadata/python/convert.py b/previous/crema-d-metadata/python/convert.py similarity index 100% rename from crema-d-metadata/python/convert.py rename to previous/crema-d-metadata/python/convert.py diff --git a/crema-d-metadata/python/requirements.txt b/previous/crema-d-metadata/python/requirements.txt similarity index 100% rename from crema-d-metadata/python/requirements.txt rename to previous/crema-d-metadata/python/requirements.txt diff --git a/crema-d-metadata/python/requirements.txt.lock b/previous/crema-d-metadata/python/requirements.txt.lock similarity index 100% rename from crema-d-metadata/python/requirements.txt.lock rename to previous/crema-d-metadata/python/requirements.txt.lock diff --git a/gradle/wrapper/gradle-wrapper.jar b/previous/gradle/wrapper/gradle-wrapper.jar similarity index 100% rename from gradle/wrapper/gradle-wrapper.jar rename to previous/gradle/wrapper/gradle-wrapper.jar diff --git a/gradle/wrapper/gradle-wrapper.properties b/previous/gradle/wrapper/gradle-wrapper.properties similarity index 100% rename from gradle/wrapper/gradle-wrapper.properties rename to previous/gradle/wrapper/gradle-wrapper.properties diff --git a/gradlew b/previous/gradlew old mode 100755 new mode 100644 similarity index 100% rename from gradlew rename to previous/gradlew diff --git a/gradlew.bat b/previous/gradlew.bat similarity index 100% rename from gradlew.bat rename to previous/gradlew.bat diff --git a/settings.gradle b/previous/settings.gradle similarity index 100% rename from settings.gradle rename to previous/settings.gradle