File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ local.properties
1616local.environment
1717github.properties
1818/.idea /
19+ /keystore.properties
1920/signing /* . *
2021generate.cmd
2122/keystore.properties
Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ apply plugin: 'maven-publish'
33
44project. description = ' Aspose Barcode Android Application'
55def proguardFileName = " gradles/proguard.app.conf"
6- // def githubProperties = new Properties()
7- // githubProperties.load(new FileInputStream(rootProject.file("github.properties")))
86
9- // def githubProperties = GradleAssist.readProperties("$rootDir/github.properties");
107def githubCredentials = GradleAssist . readGitHubCredentials(" $rootDir /local.environment" );
118
129publishing {
@@ -25,8 +22,6 @@ publishing {
2522 url = uri(" https://maven.pkg.github.com/aspose-barcode/Barcode_Android_Application" )
2623
2724 credentials {
28- // username = githubProperties['github.user']
29- // password = githubProperties['github.key']
3025 username = githubCredentials. userName;
3126 password = githubCredentials. password;
3227 }
You can’t perform that action at this time.
0 commit comments