Skip to content

Commit b776745

Browse files
Update Scala
1 parent e98eaf3 commit b776745

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ version = propertyString('mod_version')
2929
group = propertyString('root_package')
3030

3131
base {
32-
archivesName.set(propertyString('mod_id'))
32+
archivesName = propertyString('mod_id') as String
3333
}
3434

3535
scala {
36-
scalaVersion = '3.7.4'
36+
scalaVersion = '3.8.0-RC4'
3737
}
3838

3939
java {
4040
toolchain {
41-
languageVersion.set(JavaLanguageVersion.of(21))
41+
languageVersion = JavaLanguageVersion.of(21)
4242
}
4343
if (propertyBool('generate_sources_jar')) {
4444
withSourcesJar()

0 commit comments

Comments
 (0)