Skip to content

Commit

Permalink
disable Go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
adambabik committed Aug 19, 2019
1 parent 43ca0f6 commit f1b233b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _assets/ci/Jenkinsfile.android
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pipeline {
ANDROID_NDK = "${env.NDK_GOMOBILE}"
ANDROID_NDK_HOME = "${env.NDK_GOMOBILE}"
CGO_ENABLED = "1"
GO111MODULE = "off"
}

stages {
Expand Down

0 comments on commit f1b233b

Please sign in to comment.