We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23b4bb commit 264e999Copy full SHA for 264e999
build.gradle
@@ -198,8 +198,10 @@ ext.rustTargets += ext.nativeRustTarget
198
ext.libsRootDir = useDownloadedLibs ? rootProject.buildDir : rootProject.rootDir
199
200
subprojects {
201
- // Note we apply some plugins to the subprojects in settings.gradle to help with the m-c migration.
202
-
+ group = "org.mozilla.appservices"
+ if (!gradle.hasProperty("mozconfig")) {
203
+ apply plugin: 'maven-publish'
204
+ }
205
// Kotlin settings applicable to all modules.
206
afterEvaluate{
207
if (it.hasProperty('android')) {
0 commit comments