Florian Reimair
5ab801cad2
readability
2018-11-08 10:13:29 +01:00
Florian Reimair
3d53c2584a
comply to coding conventions
2018-11-07 19:44:17 +01:00
Florian Reimair
03683a7ecd
got rid of magic strings
2018-11-07 17:13:51 +01:00
Florian Reimair
7b07a1585b
custom override of torrc
2018-11-07 17:13:51 +01:00
Florian Reimair
a46328fa41
custom torrc file available
2018-11-07 17:13:51 +01:00
Florian Reimair
73fc35413b
bumped netlayer to 0.4.7
2018-11-07 17:13:51 +01:00
Chris Beams
d910ca62d1
Merge pull request #1890 from devinbileck/Fix-pricenode-gradle-build
...
Fix pricenode gradle build
2018-11-07 10:17:40 +01:00
Devin Bileck
0625b1c037
Trim whitespace from version variable
2018-11-06 23:43:03 -08:00
Chris Beams
c22ec40b87
Merge pull request #1862 from cbeams/refactor-build
...
Refactor Gradle build
2018-11-06 15:18:35 +01:00
Chris Beams
978fd2d4ab
Use $springVersion variable consistently
...
Per review feedback at
https://github.com/bisq-network/bisq/pull/1862#discussion_r230651226 .
2018-11-05 11:08:21 +01:00
Chris Beams
f8ec6beedf
Remove unused $junitVersion
...
Per review comments at
https://github.com/bisq-network/bisq/pull/1862#discussion_r230646331 .
2018-11-05 11:02:16 +01:00
Chris Beams
35559350d3
Merge pull request #1865 from cbeams/fix-codeowners
...
Fix syntax error in CODEOWNERS
2018-11-05 08:20:49 +01:00
Chris Beams
ce5bf55bdd
Fix syntax error in CODEOWNERS
...
Owners are space-separated, not comma-separated. It is presumed that
this syntax error is why reviews have not been being suggested for
assignment as expected.
2018-11-05 08:05:10 +01:00
Chris Beams
3913988f66
Remove unnecessary application of 'java-base' plugin
...
This was needed at the root level for a while when first porting the
build back to the monorepo, but is no longer necessary now.
2018-11-04 19:01:55 +01:00
Chris Beams
743a7692b7
Remove unnecessary seednode resources config
...
This looks to have been a copy and paste error when originally setting
up the seednode build.
2018-11-04 19:00:44 +01:00
Chris Beams
adb3e9e3c6
Remove unnecessary :desktop:test javaagent config
2018-11-04 19:00:04 +01:00
Chris Beams
22b92f7057
Use two blank lines between configure blocks
...
To increase readability
2018-11-04 18:43:20 +01:00
Chris Beams
5cdacbe336
Extract variables for duplicate dependency versions
2018-11-04 18:41:56 +01:00
Chris Beams
cb4f6edd9a
Minimize common subproject javafx dependencies
2018-11-04 18:16:07 +01:00
Chris Beams
3cd467cc9f
Pull up remaining statsnode config to root
2018-11-04 18:00:56 +01:00
Chris Beams
b0886dd02d
Pull up remaining seednode config to root
2018-11-04 18:00:10 +01:00
Chris Beams
9c82b3076a
Pull up remaining relay config to root
2018-11-04 17:58:37 +01:00
Chris Beams
15b81df32f
Pull up remaining pricenode config to root
2018-11-04 17:57:28 +01:00
Chris Beams
2f7c5f1150
Pull up remaining p2p config to root
2018-11-04 17:46:03 +01:00
Chris Beams
e97625cfc3
Pull up remaining monitor config to root
2018-11-04 17:41:37 +01:00
Chris Beams
3c54be2d4f
Pull up remaining desktop config to root
...
And also relocate gradle-witness jar and config (back) to root-level
gradle/witness dir.
2018-11-04 17:37:32 +01:00
Chris Beams
0f5e9b794c
Pull up remaining core config to root
2018-11-04 17:18:46 +01:00
Chris Beams
d4edb81d87
Pull up remaining common config to root
2018-11-04 16:55:33 +01:00
Chris Beams
c8956567e4
Pull up remaining assets config to root
2018-11-04 16:45:00 +01:00
Chris Beams
cdff12ad9f
Fix incorrect name in pricenode jar and manifest
2018-11-04 16:39:50 +01:00
Chris Beams
51d9f00d44
Inline $jmockitVersion core/desktop build.gradle
2018-11-04 16:37:39 +01:00
Chris Beams
83118b6640
Remove assets Javadoc jar
...
Previously, when assets was managed as a separate library and
repository, its Javadoc was published via Jitpack and linked to from the
documentation at https://bisq.network . This is no longer the case, and
therefore building the Javadoc jar is no longer necessary.
2018-11-04 16:28:43 +01:00
Chris Beams
bd1e7e273f
Pull up application plugin config to root
2018-11-04 16:27:52 +01:00
Chris Beams
1cdb39ab60
Pull up JesusMcCloud repo to root
...
Not all subprojects need it, but most do.
2018-11-04 14:28:14 +01:00
Chris Beams
f6a68f8aef
Pull up common JavaCompile config to root
2018-11-04 14:20:55 +01:00
Chris Beams
4e1fa914a2
Pull up common repositories to root build.gradle
2018-11-04 14:20:55 +01:00
Chris Beams
95c8b8ddfa
Pull up application and configuration of java plugin
2018-11-04 14:20:55 +01:00
Chris Beams
f0b4496d13
Remove unnecessary JesusMcCloud repo from relay
2018-11-04 13:38:29 +01:00
Chris Beams
b857e5d94a
Fix broken mainClassName in relay
2018-11-04 13:37:14 +01:00
Chris Beams
1a0b01770c
Remove use of lombok annotations in relay
2018-11-04 13:36:22 +01:00
Chris Beams
3c1c402d40
Remove use of maven plugin
...
It is no longer necessary to publish Maven metadata about common, core
and other submodules as they are no longer managed as separate libraries
in separate repositories. The only way these modules should be getting
referenced is from within applications in this repository such as
desktop, statsnode, etc. Essentially, we're no longer publishing our
libraries for public consumption.
2018-11-04 13:19:06 +01:00
Chris Beams
394914ef8d
Use single quotes for Gradle strings
2018-11-04 13:05:05 +01:00
Chris Beams
cc5ed491be
Eliminate unnecessary dependency from assets->common
2018-11-04 10:16:59 +01:00
Chris Beams
c257590424
Upgrade to Gradle 4.10.2
2018-11-04 09:54:56 +01:00
Chris Beams
572155fa4a
Remove duplicate openjfx dependencies
2018-11-04 09:46:24 +01:00
Chris Beams
d6178f6eea
Remove osdetector plugin from desktop build
...
This is used only in common/build.gradle and is obsolete here.
2018-11-04 09:44:04 +01:00
Chris Beams
d3d3ea629a
Remove obsolete gradle/wrapper dir
...
This was a vestige from when desktop was managed as a separate
repository.
2018-11-04 09:34:01 +01:00
Chris Beams
b460894e4d
Refactor gradle-witness plugin location and config
...
- Move gradle-witness.jar to top level
- Extract gradle-witness.gradle build file to top level
Moving these files out of the gradle/ dir and the main build file to the
top level of the repository calls them out and makes their presence and
function more obvious. It also removes a lot of noise from the main
build file.
2018-11-04 09:26:57 +01:00
Chris Beams
c344e0d10a
Remove obsolete desktop/settings.gradle
...
This was vestige from when desktop was managed as a separate repository.
2018-11-04 09:16:37 +01:00
Manfred Karrer
067b773d15
Merge pull request #1860 from cbeams/codeowners
...
Add CODEOWNERS file
2018-11-03 09:59:19 -05:00