Skip to content

Commit

Permalink
Fix build.gradles
Browse files Browse the repository at this point in the history
  • Loading branch information
kairusds committed Oct 11, 2024
1 parent 63a9e55 commit 777b8a1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ buildscript {
allprojects {
repositories {
google()
mavenCentral()
jcenter()
}
}
Expand Down
34 changes: 17 additions & 17 deletions imagefilters/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.jfrog.artifactory'
// apply plugin: 'com.jfrog.artifactory'
apply plugin: 'maven-publish'

def packageName = 'info.androidhive'
Expand Down Expand Up @@ -60,22 +60,22 @@ publishing {
}
}

artifactory {
contextUrl = 'http://localhost:8081/artifactory'
publish {
repository {
repoKey = 'androidhive-maven'
username = artifactory_username
password = artifactory_password
}
defaults {
publications('aar')
publishArtifacts = true
properties = ['qa.level': 'basic', 'dev.team': 'core']
publishPom = true
}
}
}
//artifactory {
// contextUrl = 'http://localhost:8081/artifactory'
// publish {
// repository {
// repoKey = 'androidhive-maven'
// username = artifactory_username
// password = artifactory_password
// }
// defaults {
// publications('aar')
// publishArtifacts = true
// properties = ['qa.level': 'basic', 'dev.team': 'core']
// publishPom = true
// }
// }
//}

android {
compileSdkVersion 26
Expand Down

0 comments on commit 777b8a1

Please sign in to comment.