Skip to content

Commit 1fa542d

Browse files
StefanBratanovzilm13claudetbenr
authored
Upgrade to Gradle 9 (#9896)
--------- Co-authored-by: Dmitrii Shmatko <zilm@zilm.net> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Enrico Del Fante <enrico.delfante@consensys.net> Co-authored-by: Dmitrii Shmatko <zilm13@users.noreply.github.com>
1 parent 0529bec commit 1fa542d

File tree

17 files changed

+152
-109
lines changed

17 files changed

+152
-109
lines changed

beacon/validator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
idea {
22
module {
3-
testSourceDirs += sourceSets.jmh.java.srcDirs
3+
testSources.from(sourceSets.jmh.java.srcDirs)
44
}
55
}
66

0 commit comments

Comments
 (0)