代码拉取完成,页面将自动刷新
plugins {
id 'application'
id "com.github.ben-manes.versions" version "0.21.0"
id "org.nosphere.apache.rat" version "0.4.0"
id 'net.researchgate.release' version '2.8.0'
}
wrapper {
distributionType = Wrapper.DistributionType.ALL
}
apply from: "gradle/missioncontrol.gradle"
group = 'com.github.chrishantha.jfr'
version = '0.0.4-SNAPSHOT'
description = "Create Flame Graphs using Java Flight Recordings"
sourceCompatibility = 1.8
targetCompatibility = 1.8
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
repositories {
jcenter()
}
dependencies {
implementation findMcJars()
implementation "com.beust:jcommander:1.72"
implementation "com.google.code.gson:gson:2.8.5"
testImplementation "junit:junit:4.12"
}
rat {
excludes = ["**/.gradle/**", "**/gradle/**", "**/*.gradle", "**/gradlew*", "**/build/**", "**/.idea/**", "**/*.iml",
"**/*.md", ".travis.yml"]
}
mainClassName = 'com.github.chrishantha.jfr.flamegraph.output.Application'
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。