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

Simplify generated build #424

Merged
merged 16 commits into from
Nov 14, 2024
Merged

Simplify generated build #424

merged 16 commits into from
Nov 14, 2024

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    0451e58 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    96f9c18 View commit details
    Browse the repository at this point in the history
  2. consolidate Gradle plugin config, make Gradle buildSrc and settings f…

    …ile optional features
    
    when buildSrc feature is selected buildscript{} will not generate in main build.gradle file
    jamesfredley committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e69382a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    619b84f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b75637 View commit details
    Browse the repository at this point in the history
  5. fix: Tests working on Windows

    matrei committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    093b84c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fad7db8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2747012 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7579cbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c604a96 View commit details
    Browse the repository at this point in the history
  10. Adjust mainClass syntax

    jamesfredley committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    23ab1bd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f1b53a1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e2186a2 View commit details
    Browse the repository at this point in the history
  13. move hamcrest, micronaut-http-client and neo4j-harness dependencies t…

    …o features
    
    instead of manually being set in dependencies.rocker.raw
    remove dependencies.rocker.raw since it duplicates toSnippet()
    
    rename RUNTIME to RUNTIME_ONLY, TEST to TEST_IMPLEMENTATION and
    TEST_RUNTIME to TEST_RUNTIME_ONLY to reflect the actual Gradle scope
    jamesfredley committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3647ba8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a6903a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. add grails-bom to buildSrc/build.gradle to set dependency versions th…

    …e same as main build.gradle file
    
    this is the only Gradle build dependency that is needed in buildSrc/build.gradle and not in buildscript{}
    jamesfredley committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f30d3cb View commit details
    Browse the repository at this point in the history