Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use post build plugin #7

Merged
merged 14 commits into from
Jul 26, 2022

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    2c3671b View commit details
    Browse the repository at this point in the history
  2. Add submodule bisq-gradle

    ghubstan committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    b905671 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd9bae4 View commit details
    Browse the repository at this point in the history
  4. Upgrade to Gradle 7.5

    Fixes v 7.4.2 bug:  some misleading warnings about task dependencies
    ghubstan committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    3226567 View commit details
    Browse the repository at this point in the history
  5. Use postBuild task in .gitmodule bisq-gradle

    TODO Create new PR to change .gitmodules content
    
        [submodule "bisq-gradle"]
    	    path = bisq-gradle
    	    url = https://github.com/ghubstan/bisq-gradle.git
    	    branch = add-post-build-task
    
    TO
    
        [submodule "bisq-gradle"]
    	    path = bisq-gradle
    	    url = https://github.com/bisq-network/bisq-gradle.git
    
    We need to wait until PR bisq-network/bisq-gradle#1
    to be approved & merged before making the above change to .gitmdoules
    ghubstan committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    439f658 View commit details
    Browse the repository at this point in the history
  6. Adjust paths to new bisq-pricenode repo

    TODO Test service installation again after PR merge.
    TODO Test scripts with bisq-monitor service dependency
         Wating for merge (new PR) for branch
         https://github.com/ghubstan/bisq-monitor/tree/add-gradle-task-submodule
    ghubstan committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    ff61231 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    021ac40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42255f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Use plugin task

    ghubstan committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    970fc46 View commit details
    Browse the repository at this point in the history
  2. Remove submodule bisq-gradle

    ghubstan committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    9d253af View commit details
    Browse the repository at this point in the history
  3. Re-add submodule bisq-gradle

    ghubstan committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    87a1dec View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Remove my fork's submodule 'bisq-gradle'

    Is being replaced by bisq-network's bisq-gradle plugin because PR
    bisq-network/bisq-gradle#2 has been merged.
    ghubstan committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    1d7b2a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e63f241 View commit details
    Browse the repository at this point in the history
  3. Re-enable BTCMarkets test

    Seems to be blocked only for me, in my region
    ghubstan committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    a583ae5 View commit details
    Browse the repository at this point in the history