Skip to content

Commit b8316b8

Browse files
committed
removed no longer required classpath forcing
1 parent 0989bcb commit b8316b8

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
1717
*/
18-
buildscript {
19-
configurations.all {
20-
resolutionStrategy {
21-
force 'org.bouncycastle:bcpg-jdk15on:1.70'
22-
force 'org.bouncycastle:bcprov-jdk15on:1.70'
23-
}
24-
}
25-
}
26-
2718
plugins {
2819
id 'org.kordamp.gradle.java-project'
2920
id 'org.kordamp.gradle.checkstyle'

0 commit comments

Comments
 (0)