We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d0e37 commit 8edaba9Copy full SHA for 8edaba9
build.gradle
@@ -43,6 +43,10 @@ subprojects { subProject ->
43
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
44
testImplementation "junit:junit:$VER_JUNIT"
45
}
46
+ tasks.register('osMain', JavaExec) {
47
+ classpath = sourceSets.main.runtimeClasspath
48
+ main = 'com.diffplug.common.swt.os.OS'
49
+ }
50
} else {
51
apply plugin: 'com.diffplug.gradle.eclipse.mavencentral'
52
String platformCode = project.name.substring('durian-swt.'.length())
0 commit comments