-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Covered by .github/dco/adrien_piquerez.md
- Loading branch information
Showing
165 changed files
with
2,810 additions
and
1,440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-J-Xmx4g |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
|
||
import optimus.BuildTool | ||
import optimus.Dependencies | ||
import optimus.DHT | ||
import optimus.GSF | ||
import optimus.Platform | ||
import optimus.Silverking | ||
import optimus.Stratosphere | ||
|
||
ThisBuild / scalaVersion := Dependencies.scala2Version | ||
|
||
val buildToolApp = BuildTool.app | ||
val buildToolRest = BuildTool.rest | ||
val buildToolRunConf = BuildTool.runConf | ||
val builtToolFormat = BuildTool.format | ||
val buildToolCore = BuildTool.core | ||
|
||
val dhtClient3 = DHT.client3 | ||
val dhtDigest = DHT.digest | ||
val dhtCommon3 = DHT.common3 | ||
|
||
val gsfBreadcrumbs = GSF.breadcrumbs | ||
|
||
val platform = Platform.platform | ||
val platformGitUtils = Platform.gitUtils | ||
val platformBitBucketUtils = Platform.bitBucketUtils | ||
val platformRestUtils = Platform.restUtils | ||
val platformPriqlDalPersistence = Platform.priqlDalPersistence | ||
val platformPriqlDal = Platform.priqlDal | ||
val platformPriql = Platform.priql | ||
val platformDalClient = Platform.dalClient | ||
val platformMSNetSSL = Platform.msNetSSL | ||
val platformVersioningRuntime = Platform.versioningRuntime | ||
val platformTls = Platform.tls | ||
val platformDalCore = Platform.dalCore | ||
val platformDalEnvironment = Platform.dalEnvironment | ||
val platformCollections = Platform.collections | ||
val platformCore = Platform.core | ||
val platformDebugger = Platform.debugger | ||
val platformInstrumentation = Platform.instrumentation | ||
val platformInputs = Platform.inputs | ||
val platformCoreConfig = Platform.coreConfig | ||
val platformEntityAgent = Platform.entityAgent | ||
val platformEntityAgentExt = Platform.entityAgentExt | ||
val platformEntityPlugin = Platform.entityPlugin | ||
val platformEntityPluginJar = Platform.entityPluginJar | ||
val platformBreadcrumbs = Platform.breadcrumbs | ||
val platformMissing = Platform.missing | ||
val platformUtils = Platform.utils | ||
val platformScalaCompat = Platform.scalaCompat | ||
val platformStagingPlugin = Platform.stagingPlugin | ||
val platformStagingPluingJar = Platform.stagingPluginJar | ||
val platformCoreMacro = Platform.coreMacro | ||
val platformAlarms = Platform.alarms | ||
val platformAnnotations = Platform.annotations | ||
val platformSprayJson = Platform.sprayJson | ||
|
||
val silverking = Silverking.silverking | ||
val silverkingUtils = Silverking.utils | ||
|
||
val stratosphereBootstrap = Stratosphere.bootstrap | ||
val stratosphereCommon = Stratosphere.common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.