Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mfglushchenko committed Feb 6, 2024
1 parent edd2301 commit 4098f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import java.util.concurrent.TimeUnit
/**
* @param workingDir - working directory used to execute any cmd command if null when use default process working directory
*/
internal class CmdCommandPerformer(
class CmdCommandPerformer(
private val desktopName: String,
private val logger: Logger,
private val workingDir: Path? = null
Expand Down
3 changes: 1 addition & 2 deletions samples/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.caching=true

kotlin.code.style=official
Expand Down

0 comments on commit 4098f3a

Please sign in to comment.