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

11 Commits

Author SHA1 Message Date
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