I hereby claim:
- I am aalmiray on github.
- I am aalmiray (https://keybase.io/aalmiray) on keybase.
- I have a public key whose fingerprint is 5C7E 8280 F49D 75A7 23FD 88A4 F1F2 86FC 184B 6BDA
To claim this, I am signing this object:
/* | |
* SPDX-License-Identifier: Apache-2.0 | |
* | |
* Copyright 2019 Andres Almiray. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 |
<!-- attach copied JARs to build --> | |
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>build-helper-maven-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>attach-artifacts</id> | |
<phase>package</phase> | |
<goals> | |
<goal>attach-artifact</goal> |
. | |
├── project1 | |
│ └── build.gradle | |
├── project2 | |
│ └── build.gradle | |
└── project3 | |
└── build.gradle |
plugins { | |
id 'java' | |
id 'org.kordamp.gradle.project' version '0.8.0' | |
} | |
group = 'com.acme.gradle' | |
version = '1.0.0-SNAPSHOT' | |
config { | |
info { |
package com.acme.gradle | |
import org.gradle.api.Plugin | |
import org.gradle.api.Project | |
import org.kordamp.gradle.plugin.project.ProjectPlugin | |
import org.kordamp.gradle.plugin.base.ProjectConfigurationExtension | |
class SuperpomPlugin implements Plugin<Project> { | |
void apply(Project project) { | |
project.plugins.apply(ProjectPlugin) |
I hereby claim:
To claim this, I am signing this object:
private void _open_preferences_window() { | |
// given: | |
testfx.clickOn("#optionsMenu"); | |
// when: | |
testfx.clickOn("#preferencesActionTarget"); | |
// then: | |
assertThat(testfx.window(KEY_PREFERENCES_WINDOW), isShowing()); | |
} |
/* | |
* Copyright 2016 the original author or authors. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
/* | |
* Copyright 2016 the original author or authors. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
JSR377 Individual Contributor License Agreement
Thank you for your interest in contributing to JSR377.
This contributor agreement (“Agreement”) documents the rights granted by contributors to JSR377. To make this document effective, please sign it and send it to the JSR377 Specification Lead by electronic submission. This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by the JSR377 Specification lead.