GP-849: Gradle 7 support

This commit is contained in:
Ryan Kurtz
2021-04-12 11:07:06 -04:00
parent cb63f67a81
commit 3a0ae8ee39
84 changed files with 324 additions and 290 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
apply plugin: 'java'
apply plugin: 'java-library'
apply plugin: 'eclipse'
eclipse.project.name = '_GhidraDocs'
@@ -26,7 +26,7 @@ sourceSets {
}
dependencies {
compile project(':Base')
api project(':Base')
}
rootProject.assembleDistribution {