Skip to content

Commit

Permalink
Disable CrowdIn temporarily due to their API breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Aug 30, 2020
1 parent 3e3668c commit a18b733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion craftbook-core/build.gradle.kts
Expand Up @@ -42,7 +42,7 @@ sourceSets {

val crowdinApiKey = "crowdin_apikey"

if (project.hasProperty(crowdinApiKey) && !gradle.startParameter.isOffline) {
if (project.hasProperty(crowdinApiKey) && !gradle.startParameter.isOffline && false) {
tasks.named<UploadSourceFileTask>("crowdinUpload") {
apiKey = "${project.property(crowdinApiKey)}"
projectId = "craftbook"
Expand Down

0 comments on commit a18b733

Please sign in to comment.