Skip to content

Commit

Permalink
Add files needed to build
Browse files Browse the repository at this point in the history
  • Loading branch information
CaKrome authored Sep 16, 2021
1 parent 1eca13c commit 40e0f67
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kotlin_dist_for_ide.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- build/gant.xml 2021-08-15 22:21:20.754681765 +0300
+++ build/gant.xml 2021-08-15 22:23:21.874689724 +0300
@@ -57,6 +57,7 @@
<dependency coords="com.jetbrains.intellij.platform:test-framework-core:${jps.bootstrap.library.version}"/>
<dependency coords="commons-cli:commons-cli:1.2"/>
<dependency coords="de.pdark:decentxml:1.4"/>
+ <dependency coords="org.jetbrains.kotlin:kotlin-dist-for-ide:1.5.10-release-896"/>
</resolver:dependencies>
<resolver:path refid="classpath.buildscripts" classpath="runtime"/>
</resolver:resolve>
22 changes: 22 additions & 0 deletions skip_jps_build.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
--- build/groovy/org/jetbrains/intellij/build/IdeaCommunityBuilder.groovy 2021-09-09 23:57:31.252582123 +0300
+++ build/groovy/org/jetbrains/intellij/build/IdeaCommunityBuilder.groovy 2021-09-09 23:58:18.939737294 +0300
@@ -41,15 +41,15 @@
buildContext.options.incrementalCompilation = true
def tasks = BuildTasks.create(buildContext)
tasks.buildDistributions()
- buildContext.messages.block("Build standalone JPS") {
+ /*buildContext.messages.block("Build standalone JPS") {
String jpsArtifactDir = "$buildContext.paths.artifacts/jps"
new CommunityStandaloneJpsBuilder(buildContext).processJpsLayout(jpsArtifactDir, buildContext.fullBuildNumber, new ProjectStructureMapping(),
true, {})
- }
+ }*/
tasks.buildUpdaterJar()
}

void buildUnpackedDistribution(String targetDirectory) {
BuildTasks.create(buildContext).buildUnpackedDistribution(Paths.get(targetDirectory), false)
}
-}
\ No newline at end of file
+}

0 comments on commit 40e0f67

Please sign in to comment.