Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc2c0e7a authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

Feedback MR, remove comments

parent d146e2b1
Loading
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -4,12 +4,10 @@ publishing {
    publications {
        maven(MavenPublication) {
            groupId 'foundation.e'
            //You can either define these here or get them from project conf elsewhere
            artifactId 'orbotservice'
            version versions.orbot_service
            artifact "$buildDir/outputs/aar/orbotservice-release.aar" //aar artifact you want to publish
            artifact "$buildDir/outputs/aar/orbotservice-release.aar"

            //generate pom nodes for dependencies
            pom.withXml {
                def dependenciesNode = asNode().appendNode('dependencies')
                configurations.implementation.allDependencies.each { dependency ->
@@ -42,7 +40,6 @@ publishing {
                        credentials(HttpHeaderCredentials) {
                            name = "Private-Token"
                            value = gitLabPrivateToken
                            // the variable resides in ~/.gradle/gradle.properties
                        }
                        authentication {
                            header(HttpHeaderAuthentication)