Put repository in the compiler project directory.

Change-Id: I18cb4424b7418cf0ed9c37f9d9df0116f916cf0a
diff --git a/compose/compiler/snapshot-compose-compiler.sh b/compose/compiler/snapshot-compose-compiler.sh
index fb19af3..d3393c0 100755
--- a/compose/compiler/snapshot-compose-compiler.sh
+++ b/compose/compiler/snapshot-compose-compiler.sh
@@ -16,6 +16,6 @@
 set -e
 GRADLEW_LOCATION="$(dirname $0)"/../../gradlew
 VERIFICATION_METADATA="$(dirname $0)"/../../gradle/verification-metadata.xml
-REPOSITORY_LOCATION="$(realpath $(dirname $0))"/compose-compiler-snapshot-repository
+REPOSITORY_LOCATION="$(realpath $(dirname $0))"/compiler/compose-compiler-snapshot-repository
 COMPOSE_CUSTOM_VERSION=99.0.0 $GRADLEW_LOCATION -Dmaven.repo.local=$REPOSITORY_LOCATION -Pandroidx.versionExtraCheckEnabled=false :compose:compiler:compiler:publishToMavenLocal --stacktrace
 rm -f $VERIFICATION_METADATA