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 publish.yaml 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 -Dfile.encoding=UTF-8
10
- # When configured, Gradle will run in incubating parallel mode.
11
- # This option should only be used with decoupled projects. For more details, visit
12
- # https://developer.android.com/r/tools/gradle-multi-project-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
17
- android.useAndroidX =true
18
- # Kotlin code style for this project: "official" or "obsolete":
19
1
kotlin.code.style =official
20
- # Enables namespacing of each library's R class so that its R class includes only the
21
- # resources declared in the library itself and none from the library's dependencies,
22
- # thereby reducing the size of the R class for that library
23
- android.nonTransitiveRClass =true
24
2
25
- android.defaults.buildfeatures.resvalues =false
26
- android.defaults.buildfeatures.shaders =false
27
- org.gradle.caching =true
28
- org.gradle.configuration-cache.problems =warn
29
- org.gradle.configureondemand =false
30
- org.gradle.parallel =true
3
+ GROUP =io.github.linx64
4
+ VERSION_NAME =1.0
5
+
6
+ # Library configuration
7
+ SONATYPE_HOST =DEFAULT
8
+ RELEASE_SIGNING_ENABLED =true
9
+
10
+ POM_INCEPTION_YEAR =2024
11
+ POM_URL =https://github.com/LinX64/Reusable
12
+
13
+ POM_LICENSE_NAME =Apache License, Version 2.0
14
+ POM_LICENSE_URL =https://raw.githubusercontent.com/LinX64/Reusable/master/LICENSE
15
+ POM_LICENSE_DIST =repo
16
+
17
+ POM_SCM_URL =https://github.com/LinX64/Reusable/
18
+ POM_SCM_CONNECTION =scm:git:git://github.com/LinX64/Reusable.git
19
+ POM_SCM_DEV_CONNECTION =scm:git:ssh://git@github.com/LinX64/Reusable.git
20
+
21
+ POM_DEVELOPER_ID =LinX64
22
+ POM_DEVELOPER_NAME =Mohsen
23
+ POM_DEVELOPER_URL =https://github.com/LinX64/
0 commit comments