Skip to content

Commit ed0a3ae

Browse files
committed
working on the build
1 parent 22eef19 commit ed0a3ae

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,6 @@ gradle-app.setting
197197
# Java heap dump
198198
*.hprof
199199

200-
# End of https://www.toptal.com/developers/gitignore/api/gradle,intellij,maven,kotlin,java
200+
# End of https://www.toptal.com/developers/gitignore/api/gradle,intellij,maven,kotlin,java
201+
202+
.kotlin/

.idea/compiler.xml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

preflight-core/gradle.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
# This file was generated by the Gradle 'init' task.
2+
# https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties
13
kotlin.code.style=official
4+
org.gradle.configuration-cache=true
5+
org.gradle.parallel=true
6+
org.gradle.caching=true
7+

settings.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
rootProject.name = "preflight"
2+
3+
// Include the plugin build as a composite
4+
includeBuild("preflight-core")
5+
6+
// Include example projects as composites too
7+
includeBuild("example-projects/simple-project")

0 commit comments

Comments
 (0)