Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate Gradles development #3

Open
chkpnt opened this issue Oct 1, 2019 · 3 comments
Open

Investigate Gradles development #3

chkpnt opened this issue Oct 1, 2019 · 3 comments
Labels

Comments

@chkpnt
Copy link
Owner

chkpnt commented Oct 1, 2019

The plugin was initially developed when Gradle 2 was current.

@chkpnt chkpnt added the todo label Oct 1, 2019
@chkpnt
Copy link
Owner Author

chkpnt commented Nov 24, 2019

Generating a plugin-classpath.txt is not needed anymore (57ea81d).

chkpnt added a commit that referenced this issue Apr 13, 2020
At least I get coverage for class TrustStoreBuildPlugin. See #3.
chkpnt added a commit that referenced this issue Apr 13, 2020
@chkpnt
Copy link
Owner Author

chkpnt commented Apr 13, 2020

With f174115, I could get rid of java.lang.Integer.

@chkpnt
Copy link
Owner Author

chkpnt commented Jun 20, 2020

Seem that with gradle/gradle#813, Gradle supports java.nio.file.Path, so this mapper is probably not needed anymore.

interface FileAdapter {
fun toFile(path: Path): File
}
class DefaultFileAdapter : FileAdapter {
override fun toFile(path: Path): File = path.toFile()
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant