1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-17 12:48:24 +01:00

24 Commits

Author SHA1 Message Date
soloturn
b109a34de9 update versions, make it work with java-20 2023-06-11 02:30:11 +02:00
soloturn
a061926653 java-11 now necessary to run ripme 2022-02-28 00:54:02 +01:00
soloturn
abb1eaa49d update dependency versions, log4j, graalvm.js, setup-java 2022-02-27 02:23:31 +01:00
soloturn
d4dc7a7fff current way of gradle cache, use javac release flag 2022-02-12 10:36:28 +01:00
soloturn
1ef49d33e5 remove junit-4.13 2022-01-17 00:53:35 +01:00
soloturn
64dbb56c62 testreport gradle-8 property rename 2021-12-30 01:57:47 +01:00
soloturn
2b4d4cc124 +j2html in build.gradle.kts, testSelfPostAuthorRip flaky 2021-12-20 05:41:05 +01:00
soloturn
3bd9d1c412 update dependency versions 2021-12-20 05:40:59 +01:00
soloturn
b28c4bf86a gradle, display stack trace on failed test 2021-10-03 19:20:22 +02:00
soloturn
9494f9ba43 update dependency versions 2021-06-04 13:37:22 +02:00
soloturn
fd6f947c9e gradle-6.8.3 --> gradle-7.0 2021-05-08 16:57:52 +02:00
soloturn
6296881ffc update commons-io to 2.7 2021-04-29 23:28:04 +02:00
soloturn
f587e175e3 log4j2, java-11, need "Multi-Release: true" in MANIFEST
if "Multi-Release: true" is not in MANIFEST, a
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
is displayed, and DEBUG logging not turned on. see:
https://stackoverflow.com/questions/53049346/is-log4j2-compatible-with-java-11
fixes #33
2021-04-16 06:41:47 +02:00
soloturn
4702160c75 gradle, add log4j2 2021-04-04 22:08:28 +02:00
soloturn
7f1ae26d9b provide tasks to unit test, and describe them
gradle does not take the excludeTags and includeTags parameters
on the command line with gradle-6.8.3. provide tasks for it,
and describe better how to run particular unit tests.
2021-03-28 10:40:49 +02:00
Stefan Aladzic
9e0b6213cf
Merge pull request #9 from ripmeapp2/feature/version-in-code
version string with number of commits since last tag, like 1.7.94-10
2021-03-08 01:25:00 +01:00
soloturn
2347e74970 set version into Implementation-Version, MANIFEST.MF
part of #12
2021-03-06 10:21:32 +01:00
soloturn
0750558cac gradle task to run all tests including flaky, slow 2021-02-28 15:08:17 +01:00
soloturn
bfa50147ab gradle, set jar version to <version>-<distance>-<sha>
set the version to the last tag, plus the number of commits since the
last tag (called "distance"), and the git hash (sha). an example:
  1.7.94-9-c9d7deca

in case there is an annotated tag on the commit built itself it
is a release, and no distance, and sha is added:
  1.7.94

in case the build is not from main and master branch, the branch
name will be added, special characters are translated to underscore:
  1.7.94-9-c9d7deca-other_branch
2021-02-22 02:48:44 +01:00
soloturn
54d2ff4b46 gradle, not execute flaky tests by default 2021-02-16 06:13:16 +01:00
soloturn
8f17f95222 gradle, not execute slow tests by default
```gradle slowTests``` will execute only the tests with tag slow.
2021-02-16 06:13:16 +01:00
soloturn
7ad1df97c0 gradle, produce jacoco coverage report, html 2021-02-16 06:13:16 +01:00
soloturn
4da5b44643 gradle, make all archive tasks reproducible 2021-02-16 06:13:16 +01:00
soloturn
c29348da28 gradle build 2021-02-16 06:13:15 +01:00