You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2021/12/23 06:31:22 UTC

[incubator-tuweni] branch main updated (799d3b3 -> 8ad3fcf)

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git.


    from 799d3b3  Merge pull request #350 from atoulme/disable_docs_build
     new 387dc2f  use a simple wrapper alternative that removes the need for an explicit setup step, borrowed from Apache Kafka
     new 154281e  fix rat
     new defd28f  fix windows
     new 1635223  fix windows
     new ae9a0ba  try to fix windows again
     new c220ce5  support windows
     new eb4d754  spotless
     new f429e91  fix bitsadmin
     new e9b8e50  Try curl
     new e634744  use APP_HOME windows interpolation
     new 4a76fae  fix assembly
     new 290fb37  Add gradle properties file
     new bcfa36b  pare down assemble check
     new 8ad3fcf  Merge pull request #349 from atoulme/simpler_wrapper

The 996 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/assemble.yml           |   6 +-
 .github/workflows/checks.yml             |   2 +-
 .github/workflows/docs.yml.disabled      |   2 -
 .github/workflows/integration-tests.yml  |   2 +-
 .github/workflows/license-checks.yml     |   4 +-
 .github/workflows/test-windows.yml       |   2 +-
 .github/workflows/test.yml               |   2 +-
 .gitignore                               |   4 +-
 README.md                                |  11 +-
 build.bat                                |  16 ---
 build.gradle                             |   7 +-
 build.sh                                 |  16 ---
 dist/build.gradle                        |   5 +-
 gradle/wrapper.gradle                    | 101 ++++++++++++++++
 gradle/wrapper/gradle-wrapper.properties |   5 +
 gradlew                                  | 198 +++++++++++++++++++++++++++++++
 gradlew.bat                              |  94 +++++++++++++++
 wrapper.gradle                           |  24 ----
 18 files changed, 418 insertions(+), 83 deletions(-)
 delete mode 100755 build.bat
 delete mode 100755 build.sh
 create mode 100644 gradle/wrapper.gradle
 create mode 100644 gradle/wrapper/gradle-wrapper.properties
 create mode 100755 gradlew
 create mode 100644 gradlew.bat
 delete mode 100644 wrapper.gradle

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org