-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
gradle.properties
30 lines (26 loc) · 991 Bytes
/
gradle.properties
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
# Some config is done in separate properties files:
# - build.properties for version information
# - build-local.properties for local build environment properties
# Product names
capitalizedName=Jaybird
mavenName=jaybird
# Various other names
specification.title=JSR 221 JDBC API
specification.vendor=Oracle Corporation
implementation.title=Jaybird
implementation.url=https://www.firebirdsql.org
implementation.vendor=Firebird project
implementation.vendor.id=https://www.firebirdsql.org
# Default test configuration, override with -P (use quotes around the names, e.g. -P'test.gds_type'=EMBEDDED)
test.user=sysdba
test.password=masterkey
test.db.dir=build/tmp/db
test.db.host=localhost
test.db.port=3050
test.db.lc_ctype=NONE
test.gds_type=PURE_JAVA
test.use.firebird.autocommit=false
test.enableProtocol=*
# Publish properties
releaseRepository=https\://oss.sonatype.org/service/local/staging/deploy/maven2/
snapshotRepository=https\://oss.sonatype.org/content/repositories/snapshots/