File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
tooling/hibernate-gradle-plugin/src/test/resources/projects/multi-part-source-set-name Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,6 @@ repositories {
1717 }
1818}
1919
20- dependencies {
21- // NOTE : The version used here is irrelevant in terms of testing the plugin.
22- // We just need a resolvable version
23- implementation ' org.hibernate.orm:hibernate-core:6.1.0.Final'
24- }
25-
2620sourceSets {
2721 mySpecialSourceSet {
2822 java {
@@ -31,6 +25,12 @@ sourceSets {
3125 }
3226}
3327
28+ dependencies {
29+ // NOTE : The version used here is irrelevant in terms of testing the plugin.
30+ // We just need a resolvable version
31+ mySpecialSourceSetImplementation ' org.hibernate.orm:hibernate-core:6.1.0.Final'
32+ }
33+
3434hibernate {
3535 useSameVersion = false
3636 sourceSet = ' mySpecialSourceSet'
You can’t perform that action at this time.
0 commit comments