profesorfalken / jPowerShell

Simple Java API to interact with PowerShell console
Apache License 2.0
218 stars 84 forks source link

Added Autocloseable to PowerShell #36

Closed wapolinar closed 6 years ago

wapolinar commented 6 years ago

This allows to use the PowerShell class in try-with-resources-clauses.

profesorfalken commented 6 years ago

Yes, JPowershell did not support java 8 until 2.0 version. That should close issue #30

We will have to wait a little bit for the next release though.

Thanks