Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox committed Feb 12, 2022
1 parent ff8aaeb commit 524eb77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/org/moe/gradle/tasks/ReflectionCollect.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ open class ReflectionCollect : AbstractBaseTask() {
FileUtils.deleteFileOrFolder(proxyConfigFile)

// Collect platform reflection settings
// TODO: Move this to a separate task
// val libraryJars: MutableSet<File> = linkedSetOf(moeSDK.coreJar)
// moeExtension.platformJar?.let {
// libraryJars.add(it)
Expand Down

0 comments on commit 524eb77

Please sign in to comment.