-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
34 lines (26 loc) · 913 Bytes
/
gradle.properties
File metadata and controls
34 lines (26 loc) · 913 Bytes
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
#
# Copyright (C) 2010 The UAPI Authors
# You may not use this file except in compliance with the License.
# You may obtain a copy of the License at the LICENSE file.
#
# You must gained the permission from the authors if you want to
# use the project into a commercial product
#
project_repo_name = Inactionware/uapi.base
project_repo_url = https://github.com/Inactionware/uapi.base.git
project_license = GPL-3.0
project_group = uapi
project_version_major = 1
project_version_minor = 1
project_version_fix = 0
project_rcno = 0
project_release = false
gradle_version = 3.2.1
guava_version = 20.0
auto_service_version = 1.0-rc2
#junit_vesion = 4.+
spock_version = 1.0-groovy-2.4
cglib_version = 3.2.4
objenesis_version = 2.1
jacoco_version = 0.7.8
freemarker_version = 2.3.23