Skip to content

Commit a8d81bb

Browse files
fix: Add maven-core to producer_with_git buildscript classpath
Same fix as producer_with_external_contracts - this module also uses contractsMode = "LOCAL" and needs maven-core for SettingsDecryptionRequest. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f210698 commit a8d81bb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

producer_with_git/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
buildscript {
2+
repositories {
3+
mavenCentral()
4+
}
5+
dependencies {
6+
classpath 'org.apache.maven:maven-core:3.9.6'
7+
}
8+
}
9+
110
plugins {
211
id 'groovy'
312
id 'org.springframework.boot'

0 commit comments

Comments
 (0)