Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

gitlab gradle project

image: gradle:jdk11

before_script:
  - export GRADLE_USER_HOME=`pwd`/.gradle

cache:
  paths:
    - .gradle/wrapper
    - .gradle/caches

package:
  stage: build
  script:
    - ./gradlew assemble

test:
  stage: test
  script:
    - ./gradlew check
Comment

PREVIOUS NEXT
Code Example
Shell :: gtk3 windows install 
Shell :: makefile 
Shell :: wsl 2 installation 
Shell :: Fetch submodules recursively 
Shell :: git delete commit from history 
Shell :: scp linux to mac 
Shell :: uninstall 
Shell :: powershell global variable 
Shell :: start docker image 
Shell :: cmd run exe as service 
Shell :: powershell -file 
Shell :: set forked repo as upstream 
Shell :: copy to clipboard while ssh into another terminal 
Shell :: opera browser for fedora 
Shell :: merge pdf in linux 
Shell :: bash for file in directory 
Shell :: ssh rsa key login 
Shell :: how to open terminal in vs code 
Shell :: terraform apply target 
Shell :: docker jenkins 
Shell :: neovim open file 
Shell :: ssh option to send null packets 
Shell :: shell script to enter a number and check the number is perfect number or not 
Shell :: go install 
Shell :: xargs ffmpeg multiples files 
Shell :: pocketsphinx mac big sur 
Shell :: ufw enable no disturb 
Shell :: time machine logs 
Shell :: Replaces the last git commit 
Shell :: bash dynamic variable name 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =