Disable torch and tensorflow samples

This commit is contained in:
Ilya Matveev
2018-08-19 15:01:27 +07:00
committed by ilmat192
parent 8e75845309
commit 317ca076ac
9 changed files with 50 additions and 3 deletions
+5
View File
@@ -25,6 +25,11 @@ konanArtifacts {
apply plugin: 'maven-publish'
def localMavenRepo="file://${new File(System.properties['user.home'] as String)}/.m2-kotlin-native"
task cleanLocalRepo(type: Delete) {
delete localMavenRepo
}
publishing {
publications{
libcurl(MavenPublication) {