-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using viarta gradle plugin to sidestep conflict of multiple versions …
…of the UML EPackage in the editor. GH-12
- Loading branch information
Showing
55 changed files
with
62 additions
and
26,869 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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
/target/ | ||
/build/ | ||
/.gradle/ | ||
/src/generated/vql |
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
Binary file modified
BIN
+889 Bytes
(100%)
com.incquerylabs.magicdraw.benchmark/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
com.incquerylabs.magicdraw.benchmark/gradle/wrapper/gradle-wrapper.properties
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
/* | ||
* This settings file was generated by the Gradle 'init' task. | ||
* | ||
* The settings file is used to specify which projects to include in your build. | ||
* In a single project build this file can be empty or even removed. | ||
* | ||
* Detailed information about configuring a multi-project build in Gradle can be found | ||
* in the user guide at https://docs.gradle.org/4.3/userguide/multi_project_builds.html | ||
*/ | ||
|
||
/* | ||
// To declare projects as part of a multi-project build use the 'include' method | ||
include 'shared' | ||
include 'api' | ||
include 'services:webservice' | ||
*/ | ||
pluginManagement { | ||
repositories { | ||
gradlePluginPortal() | ||
mavenCentral() | ||
maven { | ||
url("https://repo.eclipse.org/content/groups/viatra/") | ||
} | ||
maven { | ||
url "https://build.incquerylabs.com/nexus/repository/gradle-plugins" | ||
credentials { | ||
username = "$nexusUsername" | ||
password = "$nexusPassword" | ||
} | ||
} | ||
mavenLocal() | ||
} | ||
} | ||
|
||
rootProject.name = 'com.incquerylabs.magicdraw.benchmark' |
Binary file removed
BIN
-8.33 KB
...ated/vql/com/incquerylabs/magicdraw/benchmark/incrementalqueries/.ParentState.java._trace
Binary file not shown.
Binary file removed
BIN
-8.35 KB
...uerylabs/magicdraw/benchmark/incrementalqueries/.TransitiveSubstatesWithCheck.java._trace
Binary file not shown.
1 change: 0 additions & 1 deletion
1
...mark/src/generated/vql/com/incquerylabs/magicdraw/benchmark/incrementalqueries/.gitignore
This file was deleted.
Oops, something went wrong.
86 changes: 0 additions & 86 deletions
86
...rated/vql/com/incquerylabs/magicdraw/benchmark/incrementalqueries/IncrementalQueries.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.