Skip to content

Commit 9b1f65c

Browse files
fix make: Nothing to be done for 'publish'. adding tabs (#671)
1 parent cbec9e1 commit 9b1f65c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ build-release:
1212
./gradlew assemble
1313

1414
publish:
15-
export IS_LOCAL_DEVELOPMENT=false; ./gradlew :services-core:uploadArchives ; \
16-
export IS_LOCAL_DEVELOPMENT=false; ./gradlew :services-geojson:uploadArchives ; \
17-
export IS_LOCAL_DEVELOPMENT=false; ./gradlew :services:uploadArchives ; \
18-
export IS_LOCAL_DEVELOPMENT=false; ./gradlew :services-turf:uploadArchives ; \
15+
export IS_LOCAL_DEVELOPMENT=false; ./gradlew :services-core:uploadArchives ; \
16+
export IS_LOCAL_DEVELOPMENT=false; ./gradlew :services-geojson:uploadArchives ; \
17+
export IS_LOCAL_DEVELOPMENT=false; ./gradlew :services:uploadArchives ; \
18+
export IS_LOCAL_DEVELOPMENT=false; ./gradlew :services-turf:uploadArchives ; \
1919

2020
publish-local:
2121
# This publishes to ~/.m2/repository/com/mapbox/mapboxsdk

0 commit comments

Comments
 (0)