-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgradle.properties
More file actions
56 lines (45 loc) · 2.25 KB
/
gradle.properties
File metadata and controls
56 lines (45 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Project Configuration
group = org.eclipse.keyple
title = Keyple Plugin Android OMAPI Java Lib
description = Keyple add-on to manage Android OMAPI readers
version = 2.1.1-SNAPSHOT
# Java Configuration
javaSourceLevel = 1.8
javaTargetLevel = 1.8
# UTF-8 required by javadoc for special characters (ex. copyright) with Java 11+
org.gradle.jvmargs = "-Dfile.encoding=UTF-8"
# Android Configuration (custom properties)
androidLibNamespace = org.eclipse.keyple.plugin.android.omapi
androidCompileSdk = 33
androidMinSdk = 24
# Android Project Configuration (global properties)
# Kotlin code style for this project ("official" or "obsolete"): use the official Kotlin coding conventions
kotlin.code.style=official
# Use AndroidX libraries instead of legacy Android Support libraries (required for modern Android)
android.useAndroidX=true
# Automatically convert third-party libraries using old support libraries to AndroidX (may slow builds)
android.enableJetifier=true
# Disable automatic creation of Android components by plugins (e.g., Hilt) for manual control
android.disableAutomaticComponentCreation=true
# Documentation Configuration
javadoc.logo = <a target="_parent" href="https://keyple.org/"><img src="https://keyple.org/media/logo-bg-white.svg" height="20px" style="background-color: white; padding: 3px; margin: 0 10px -7px 3px;"/></a>
javadoc.copyright = Copyright © Eclipse Foundation, Inc. All Rights Reserved.
# Project URLs
project.url = https://github.com/eclipse-keyple/keyple-plugin-android-omapi-java-lib
# Organization
organization.name = Eclipse Keyple
organization.url = https://keyple.org/
# License
license.name = Eclipse Public License - v 2.0
license.url = https://www.eclipse.org/legal/epl-2.0
license.distribution = repo
# Developers
developer.name = Keyple Contributors
developer.email = keyple-dev@eclipse.org
# Source Control Management
scm.connection = scm:git:git://github.com/eclipse-keyple/keyple-plugin-android-omapi-java-lib.git
scm.developerConnection = scm:git:https://github.com/eclipse-keyple/keyple-plugin-android-omapi-java-lib.git
scm.url = https://github.com/eclipse-keyple/keyple-plugin-android-omapi-java-lib
# Continuous Integration
ci.system = GitHub Actions
ci.url = https://github.com/eclipse-keyple/keyple-plugin-android-omapi-java-lib/actions