Skip to content

Commit

Permalink
Revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrawford-figure committed Feb 1, 2024
1 parent d95436a commit 4ae13c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply from: rootProject.file('gradle/java-setup.gradle')

dependencies {
api projects.lib
// api files(projects.lib.dependencyProject.sourceSets.sortPom.output.classesDirs)
api files(projects.lib.dependencyProject.sourceSets.sortPom.output.classesDirs)
api "com.diffplug.durian:durian-core:${VER_DURIAN}"
api "com.diffplug.durian:durian-testlib:${VER_DURIAN}"
api "org.junit.jupiter:junit-jupiter:${VER_JUNIT}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016-2024 DiffPlug
* Copyright 2016-2023 DiffPlug
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -100,7 +100,6 @@ protected static boolean existsTestResource(String filename) {

private static Optional<URL> getTestResourceUrl(String filename) {
URL url = ResourceHarness.class.getResource("/" + filename);
// System.out.println(url.getPath());
return Optional.ofNullable(url);
}

Expand Down

0 comments on commit 4ae13c9

Please sign in to comment.