Skip to content

Commit

Permalink
feat: create a jvm preset
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Jan 16, 2024
1 parent c012875 commit ea62dc2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ These are the available presets:

| Preset | Description |
| ------- | ----------------------------------------------------------------------------------------------------- |
| jvm | Preset for JVM based projects (Java, Kotlin, Scala, Groovy, ...) |
| npm | [deprecated favor of the npm-app or npm-lib] Preset for NPM based repositories |
| npm-app | Preset for NPM based applications (all dependencies will be pinned) |
| npm-lib | Preset for NPM based libraries (browser or node + browser libs) (only devDependencies will be pinned) |
Expand Down
11 changes: 11 additions & 0 deletions jvm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": [
"group:aws-java-sdkMonorepo",
"group:aws-java-sdk-v2Monorepo",
"group:springBoot",
"group:springCloud",
"group:junit5Monorepo",
"group:kotlinMonorepo",
"group:mockitoMonorepo"
]
}

0 comments on commit ea62dc2

Please sign in to comment.