You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The methods for adding multiple source sets via var-arg or Iterable to a RunSourceSets are incorrectly called add() instead of addAll(). This causes a regression from previous versions where the modSources property was a ListProperty.
The methods for adding multiple source sets via var-arg or
Iterable
to aRunSourceSets
are incorrectly calledadd()
instead ofaddAll()
. This causes a regression from previous versions where themodSources
property was aListProperty
.NeoGradle/dsl/common/src/main/groovy/net/neoforged/gradle/dsl/common/runs/run/RunSourceSets.groovy
Lines 26 to 40 in 9c04626
NeoGradle/dsl/common/src/main/groovy/net/neoforged/gradle/dsl/common/runs/run/RunSourceSets.groovy
Lines 74 to 88 in 9c04626
The text was updated successfully, but these errors were encountered: