ndw’s avatarndw’s Twitter Archive—№ 12,155

  1. "task test(type: Foo) {}" works if Foo is org.gradle.Foo, but must be fully qualified for other packages? Yes? #gradle
    1. …in reply to @ndw
      ndw No. You just have to "import package.name.Foo".