AI SummaryAutomates migration of Maven projects to Gradle with Kotlin DSL and version catalogs, supporting single/multi-module projects, Spring Boot, and optional dual-build mode. Ideal for teams modernizing their build infrastructure or transitioning to Gradle conventions.
Description
Migrate Maven projects to Gradle Kotlin DSL (KTS) with version catalogs (libs.versions.toml). Handles single-module and multi-module projects, Spring Boot parent POM conversion, Maven profile equivalents, and plugin mapping. Use when the user wants to convert a Maven project (pom.xml) to Gradle, migrate from Maven to Gradle, generate build.gradle.kts from pom.xml, set up version catalogs, or convert Maven multi-module projects to Gradle conventions. Also triggered by requests to "switch to Gradle", "convert my build", or "modernize my build system". Supports dual-build overlay mode where Gradle is added alongside Maven without removing it — triggered by "add Gradle to my Maven project", "run both Maven and Gradle", "dual build", or "keep both build systems".
Install
# Add to your project root as SKILL.md curl -o SKILL.md "https://raw.githubusercontent.com/adityamparikh/maven-to-gradle/main/SKILL.md"
Quality Score
Good
76/100
Trust & Transparency
No License Detected
Review source code before installing
Verified Open Source
Hosted on GitHub — publicly auditable
Actively Maintained
Last commit 24d ago
11 stars
1 forks