Skip to content

Add Gradle Kotlin DSL build alongside Maven#10

Merged
pratyush618 merged 1 commit intomainfrom
add-gradle-build
Mar 13, 2026
Merged

Add Gradle Kotlin DSL build alongside Maven#10
pratyush618 merged 1 commit intomainfrom
add-gradle-build

Conversation

@pratyush618
Copy link
Copy Markdown
Collaborator

Summary

  • Adds a complete Gradle 8.12 Kotlin DSL build that coexists with Maven — both read the same src/ layout, share checkstyle.xml and spotbugs-exclude.xml, and produce output in separate directories (target/ vs build/)
  • Includes all 15 modules (agenteval-maven-plugin excluded as Maven-specific)
  • Version catalog (gradle/libs.versions.toml) centralizes all dependency versions

Test plan

  • ./gradlew build — all 15 modules compile, all tests pass
  • ./gradlew check — checkstyle + spotbugs clean
  • mvn clean install — still works (no Maven breakage)
  • target/ (Maven) and build/ (Gradle) outputs independent

Add complete Gradle 8.12 build that coexists with the existing Maven
build. Both use the same src/ layout, share checkstyle.xml and
spotbugs-exclude.xml, and produce output in separate directories
(target/ vs build/). All 15 modules are included (agenteval-maven-plugin
excluded as Maven-specific).
@pratyush618 pratyush618 merged commit f022a9b into main Mar 13, 2026
@pratyush618 pratyush618 deleted the add-gradle-build branch March 31, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant