Skip to content

Instantly share code, notes, and snippets.

@aliencode
Created July 5, 2013 07:12
Show Gist options
  • Select an option

  • Save aliencode/5932578 to your computer and use it in GitHub Desktop.

Select an option

Save aliencode/5932578 to your computer and use it in GitHub Desktop.
Gradle判断操作系统
import org.apache.tools.ant.taskdefs.condition.Os
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
} else {
}
@verehu
Copy link
Copy Markdown

verehu commented Oct 26, 2015

It is useful,thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment