Browse Source

Fix typo

pull/27360/head
Sam Brannen 4 years ago
parent
commit
b2a17a8d86
  1. 4
      buildSrc/src/main/java/org/springframework/build/optional/OptionalDependenciesPlugin.java

4
buildSrc/src/main/java/org/springframework/build/optional/OptionalDependenciesPlugin.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2021 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.
@ -28,7 +28,7 @@ import org.gradle.plugins.ide.eclipse.model.EclipseModel; @@ -28,7 +28,7 @@ import org.gradle.plugins.ide.eclipse.model.EclipseModel;
/**
* A {@code Plugin} that adds support for Maven-style optional dependencies. Creates a new
* {@code optional} configuration. The {@code optional} configuration is part of the
* project's compile and runtime classpath's but does not affect the classpath of
* project's compile and runtime classpaths but does not affect the classpath of
* dependent projects.
*
* @author Andy Wilkinson

Loading…
Cancel
Save