Bruce Eckel
|
7fb818dc24
|
Update build.gradle
com.mindviewinc.tagging seems to work now so I've re-enabled it, and this eliminates almost all the errors under JDK8.
|
2020-10-06 15:41:25 -06:00 |
|
James Ward
|
c26727d7a7
|
gradle updates
|
2020-10-06 12:05:43 -06:00 |
|
Bruce Eckel
|
2ab352d970
|
Revert "Trying to upgrade build parts"
This reverts commit 0b9d0341fea1d855915be7c87372e844f264d86e.
|
2020-10-05 13:08:25 -06:00 |
|
Bruce Eckel
|
0b9d0341fe
|
Trying to upgrade build parts
|
2020-10-05 13:07:22 -06:00 |
|
Benjamin Muschko
|
83c1841cd6
|
Integrated Checkstyle and FindBugs
|
2016-11-06 08:10:12 -05:00 |
|
Benjamin Muschko
|
0d3b0ea724
|
Organization of build logic into plugins and general cleanup
|
2016-11-03 07:38:32 -04:00 |
|
Bruce Eckel
|
9b4ebe810e
|
Revert to before I tried Ben's notes
|
2016-11-02 10:55:40 -07:00 |
|
Bruce Eckel
|
d8a46db6f3
|
Small changes re Ben
|
2016-11-01 11:43:06 -07:00 |
|
Bruce Eckel
|
dcdacb1c3f
|
Trying to add -Xlint:unchecked
|
2016-10-25 10:19:31 -07:00 |
|
Bruce Eckel
|
e472e322b2
|
Set failOnError=true as per Alexsey
|
2016-10-25 09:03:51 -07:00 |
|
Bruce Eckel
|
e8db17143e
|
Update JMH to latest version
|
2016-10-01 10:45:37 -06:00 |
|
Bruce Eckel
|
f98d3aa777
|
Upgraded jmh
|
2016-09-24 12:47:21 -06:00 |
|
Bruce Eckel
|
e6dd2198de
|
Commented out checkstyle and findbugs
|
2016-09-01 21:30:15 -06:00 |
|
bfrasure
|
22b4982a30
|
Store test output in $projectName/tests/report.txt
|
2016-09-01 17:05:02 -06:00 |
|
Bruce Eckel
|
543409a58e
|
Put tests in the "tests" subdirectory
|
2016-09-01 15:14:44 -06:00 |
|
Bruce Eckel
|
04c08103f3
|
Added support for checkstyle
Not polished, but it works.
|
2016-09-01 14:54:30 -06:00 |
|
Bruce Eckel
|
ea67cacd65
|
Tiny edit
|
2016-08-30 11:03:38 -06:00 |
|
Bruce Eckel
|
666343e0ba
|
Comment to force update
|
2016-08-29 08:55:28 -06:00 |
|
Bruce Eckel
|
33a529c417
|
Chapter name and order change
|
2016-08-29 07:27:53 -06:00 |
|
Bruce Eckel
|
941213aae8
|
TDD Much better now
|
2016-08-28 06:13:56 -06:00 |
|
Bruce Eckel
|
9c838f918b
|
TDD almost working, build.gradle cleaned up some
|
2016-08-27 10:12:56 -06:00 |
|
Bruce Eckel
|
27fdeacf4c
|
Changed to _verify_output
|
2016-08-26 16:34:59 -06:00 |
|
Bruce Eckel
|
336d85c4cc
|
Trying to get everything to build with JUnit5
|
2016-08-24 16:28:10 -06:00 |
|
Bruce Eckel
|
2ca00a4fa5
|
Closer to working with JUnit5
|
2016-08-23 16:48:02 -06:00 |
|
Bruce Eckel
|
2161792f99
|
moving to Junit 5
|
2016-08-23 12:33:38 -06:00 |
|
Bruce Eckel
|
e89d177b08
|
Flailing by adding lines to try to get it to build
|
2016-08-23 10:44:52 -06:00 |
|
Bruce Eckel
|
e5071c5175
|
Name and path changes to help track down {CompileTimeError} issue
|
2016-08-23 09:33:05 -06:00 |
|
James Ward
|
b947d10cbe
|
add resources that includes *.xml
|
2016-08-19 17:16:23 -06:00 |
|
Bruce Eckel
|
07512f29d8
|
build sort of working for tests, testable files in packages
|
2016-08-19 15:36:00 -06:00 |
|
Bruce Eckel
|
f52ebcad75
|
commented out the gradle.build-scan
|
2016-08-19 11:33:53 -06:00 |
|
Bruce Eckel
|
0dbbb64ef7
|
Changed jmhtests to jmh
|
2016-08-18 11:05:53 -06:00 |
|
Bruce Eckel
|
e7bf71ea3a
|
SLF4J support
|
2016-08-16 21:43:15 -06:00 |
|
Bruce Eckel
|
0345f21650
|
Moving to SLF4J
|
2016-08-16 18:03:29 -06:00 |
|
Bruce Eckel
|
dd67261553
|
Added Andres Almiray JMH changes and also buildScan
|
2016-08-16 16:49:37 -06:00 |
|
Bruce Eckel
|
a45ba31a98
|
Moved Junit dependency into "subprojects"
|
2016-08-16 14:23:39 -06:00 |
|
Bruce Eckel
|
a454e23de4
|
Started Guava Preconditions, new JUnit features
|
2016-08-15 17:10:52 -06:00 |
|
Bruce Eckel
|
363abe4586
|
Added description line
|
2016-08-12 13:37:34 -06:00 |
|
Bruce Eckel
|
b0b9fa3499
|
Added jmh support in "Verifying Your Code"
|
2016-08-10 15:38:02 -06:00 |
|
Bruce Eckel
|
e0e7ced3d7
|
Temporarily adding "test" directory
|
2016-08-10 13:10:16 -06:00 |
|
Bruce Eckel
|
79279957dc
|
Combined all subproject build.gradles into master
|
2016-08-10 10:36:16 -06:00 |
|
Bruce Eckel
|
a2cb2486f5
|
log4j added to dependencies
|
2016-08-09 16:15:05 -06:00 |
|
Bruce Eckel
|
de9342c930
|
JMH version now defined in only one place
|
2016-08-09 11:49:57 -06:00 |
|
Bruce Eckel
|
1feee27c31
|
Bump JMH version to most current
|
2016-08-09 11:42:12 -06:00 |
|
Bruce Eckel
|
dd72625ffa
|
Experimentally commented out 2nd "repositories" section
|
2016-08-07 17:42:08 -06:00 |
|
James Ward
|
f66316bc24
|
add repos
|
2016-08-05 14:39:40 -06:00 |
|
James Ward
|
e1da0ed798
|
set jmh dep and srcdir
|
2016-08-05 13:55:39 -06:00 |
|
James Ward
|
dba7cc874e
|
add jmh plugin
|
2016-08-03 13:24:58 -06:00 |
|
Bruce Eckel
|
61d9e21317
|
Updated as per Justin's explanation
|
2016-08-02 11:00:06 -06:00 |
|
Bruce Eckel
|
6e1cf33f94
|
Fix verify as per James
|
2016-08-02 09:12:22 -06:00 |
|
Justin Ryan
|
3f0d825723
|
Remove ^M from fileroot
|
2016-08-01 23:05:22 -07:00 |
|