Use larger runner

The task is now always failing with OOM. Trying with bigger runner.
This commit is contained in:
Vincent Brison 2021-11-22 16:07:20 +01:00
parent 121b3cfd70
commit 0ee88b43ff
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ publishMaven:
publishGradlePortal:
stage: publish
tags:
- small
- large
script:
- ./gradlew -p plugins assemble && ./gradlew -p plugins publishAll
only: