1- # Project-wide Gradle settings.
2- # IDE (e.g. Android Studio) users:
3- # Gradle settings configured through the IDE *will override*
4- # any settings specified in this file.
5- # For more details on how to configure your build environment visit
6- # http://www.gradle.org/docs/current/userguide/build_environment.html
7- # Specifies the JVM arguments used for the daemon process.
8- # The setting is particularly useful for tweaking memory settings.
9- org.gradle.jvmargs =-Xmx2048m
10- # When configured, Gradle will run in incubating parallel mode.
11- # This option should only be used with decoupled projects. More details, visit
12- # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13- # org.gradle.parallel=true
14- # AndroidX package structure to make it clearer which packages are bundled with the
15- # Android operating system, and which are packaged with your app"s APK
16- # https://developer.android.com/topic/libraries/support-library/androidx-rn
1+ android.nonTransitiveRClass =true
2+ org.gradle.jvmargs =-Xmx2048m -Dfile.encoding=UTF-8
173android.useAndroidX =true
18- # Automatically convert third-party libraries to use AndroidX
19- android.enableJetifier =true
4+ android.enableJetifier =true
5+
6+ # Required to publish to Nexus
7+ systemProp.org.gradle.internal.publish.checksums.insecure =true
8+
9+ # Increase timeout when pushing to Sonatype
10+ systemProp.org.gradle.internal.http.connectionTimeout =120000
11+ systemProp.org.gradle.internal.http.socketTimeout =120000
12+
13+ GROUP =io.github.amrdeveloper
14+ VERSION_NAME =1.3.9
15+
16+ POM_DESCRIPTION =Android Library to make it easy to create a code editor
17+ POM_INCEPTION_YEAR =2023
18+ POM_URL =https://github.com/amrdeveloper/codeview/
19+
20+ POM_LICENSE_NAME =MIT
21+ POM_LICENSE_URL =https://opensource.org/licenses/MIT
22+ POM_LICENSE_DIST =repo
23+
24+ POM_SCM_URL =https://github.com/amrdeveloper/codeview/
25+ POM_SCM_CONNECTION =scm:git:git://github.com/amrdeveloper/codeview.git
26+ POM_SCM_DEV_CONNECTION =scm:git:ssh://git@github.com/amrdeveloper/codeview.git
27+
28+ POM_DEVELOPER_ID =amrdeveloper
29+ POM_DEVELOPER_NAME =Amr Hesham
30+ POM_DEVELOPER_URL =https://github.com/amrdeveloper/
31+
32+ POM_ARTIFACT_ID =codeview
33+ POM_NAME =CodeView
34+ POM_PACKAGING =aar
35+
36+ SONATYPE_HOST =S01
37+ RELEASE_SIGNING_ENABLED =true
0 commit comments