Skip to content

Commit

Permalink
build(gradle): allow unencrypted connection to artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
keturn committed Jun 8, 2022
1 parent 2971beb commit 4807f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ publishing {
}
}
url "http://artifactory.terasology.org/artifactory/libs-release-local"
allowInsecureProtocol true // 😱
}
}
}

0 comments on commit 4807f7d

Please sign in to comment.