BLUE
PHP 7.4.33
Path:
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/react-native/ReactAndroid
Run
Logout
Edit File
Size: 2.56 KB
Close
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/react-native/ReactAndroid/publish.gradle
Text
Base64
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ apply plugin: 'maven-publish' apply plugin: 'signing' def isSnapshot = findProperty("isSnapshot")?.toBoolean() def signingKey = findProperty("SIGNING_KEY") def signingPwd = findProperty("SIGNING_PWD") def reactAndroidProjectDir = project(':packages:react-native:ReactAndroid').projectDir def mavenTempLocalUrl = "file:///tmp/maven-local" publishing { publications { release(MavenPublication) { afterEvaluate { // We do a multi variant release, so for Android libraries // we publish `components.release` if (plugins.hasPlugin("com.android.library")) { from components.default } } // We populate the publishing version using the project version, // appending -SNAPSHOT if on nightly or prerelase. if (isSnapshot) { version = this.version + "-SNAPSHOT" } else { version = this.version } pom { name = "react-native" description = "A framework for building native apps with React" url = "https://github.com/facebook/react-native" developers { developer { id = "facebook" name = "Facebook" } } licenses { license { name = "MIT License" url = "https://github.com/facebook/react-native/blob/HEAD/LICENSE" distribution = "repo" } } scm { url = "https://github.com/facebook/react-native.git" connection = "scm:git:https://github.com/facebook/react-native.git" developerConnection = "scm:git:git@github.com:facebook/react-native.git" } } } } repositories { maven { name = "mavenTempLocal" url = mavenTempLocalUrl } } if (signingKey && signingPwd) { logger.info("PGP Key found - Signing enabled") signing { useInMemoryPgpKeys(signingKey, signingPwd) sign(publishing.publications.release) } } else { logger.info("Signing disabled as the PGP key was not found") } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 5 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
api
DIR
-
drwxr-xr-x
2025-03-28 11:04:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
cmake-utils
DIR
-
drwxr-xr-x
2025-03-28 11:04:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
external-artifacts
DIR
-
drwxr-xr-x
2025-03-28 11:04:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
hermes-engine
DIR
-
drwxr-xr-x
2025-03-28 11:04:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
src
DIR
-
drwxr-xr-x
2025-03-28 11:04:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
build.gradle.kts
29.05 KB
lrw-r--r--
2025-03-28 11:04:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
gradle.properties
1.35 KB
lrw-r--r--
2025-03-28 11:04:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
proguard-rules.pro
2.76 KB
lrw-r--r--
2025-03-28 11:04:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
publish.gradle
2.56 KB
lrw-r--r--
2025-03-28 11:04:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
408 B
lrw-r--r--
2025-03-28 11:04:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).