-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgradle.properties
More file actions
41 lines (32 loc) · 1.48 KB
/
gradle.properties
File metadata and controls
41 lines (32 loc) · 1.48 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
# Project Configuration
group = org.eclipse.keyple
title = Keyple Plugin PCSC Java Lib
description = Keyple add-on to manage PC/SC readers
version = 2.6.3-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"
# 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-pcsc-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-pcsc-java-lib.git
scm.developerConnection = scm:git:https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib.git
scm.url = https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib
# Continuous Integration
ci.system = GitHub Actions
ci.url = https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib/actions