Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppeman committed Oct 15, 2024
1 parent 6abc0e9 commit 57d1870
Show file tree
Hide file tree
Showing 5 changed files with 859 additions and 66 deletions.
19 changes: 0 additions & 19 deletions globallydynamic-studio-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,9 @@ compileTestKotlin {
}

intellijPlatform {
/*pluginConfiguration {
name = "example"
group = "com.example"
}*/
instrumentCode = true
}

//intellij {
// plugins = ['android']
// localPath = "${System.getenv("ANDROID_STUDIO_PATH")}"
//}
//
//def instrumentCompilerVersion = "242.21829.142"
//
//instrumentCode {
// compilerVersion = instrumentCompilerVersion
//}
//
//instrumentTestCode {
// compilerVersion = instrumentCompilerVersion
//}

publishPlugin {
// channels 'alpha'
token = project.hasProperty("intellijPublishToken") ? "${intellijPublishToken}" : ""
Expand Down
Loading

0 comments on commit 57d1870

Please sign in to comment.